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] =  

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

1 Expert Approved Answer
Step: 1 Unlock

The image shows a C program with a main function and another function fun This fun function takes a ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!