Question: What is the output of C Program? #include void fun(int ary[3][3]) { } { int i = 10, j = 12, k; ary [0]
What is the output of C Program? #include void fun(int ary[3][3]) { } { int i = 10, j = 12, k; ary [0] [0]= i; ary [1][1] = j; ary [2][2] = 2; for (k 0; k
Step by Step Solution
There are 3 Steps involved in it
The image shows a C program with a main function and another function fun This fun function takes a ... View full answer
Get step-by-step solutions from verified subject matter experts
