GATE Computer Science (CS) 2020 Solved Papers
© examsiri.com
Question : 11 of 65
Marks:
+1,
-0
Consider the following C program.
The output program is ______ .
#include
Int main() {
Int a[4][5]={{1, 2, 3, 4, 5},
{6, 7, 8, 9, 10},
{11, 12, 13, 14, 15},
{16, 17, 18, 9, 20};
Printf(“%d\n”, *(*(a+**a+2)+3);
Return(0);
} The output program is ______ .
- Your Answer:
Go to Question: