What is printed by the following ANSI C program? #include int main(int argc, char *argv[]) int a[3][3][3] = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27; int i = 0, j = 0, k = 0; for( i = 0; i
Topic-wise GATE CS PYQs with verified steps
