Math, asked by asish3716, 7 months ago

16: What will be the output of the C program?
include <stdio.h>
int main 01
int a [4] [5] = {{1, 2, 3, 4, 5), (6, 7, 8, 9, 10}, {11, 12, 13, 14,
75%
(16, 17, 18, 19, 20}};
printf("%d\n", *(*(a***a+2)+3));
return(0);​

Answers

Answered by srk223
1

Answer:

Write your question clearly .........

Similar questions