/* C program for addition/multiplication tables mod N */ #define N 26 #define Letter(i) ( (char)(i)+'A' ) main() { int i,j; printf("Addition and Multiplication Tables Mod N = %d\n",N); for (i=0;i