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
1
Answer:
Write your question clearly .........
Similar questions
Math,
3 months ago
Math,
3 months ago
Math,
7 months ago
Computer Science,
7 months ago
Art,
11 months ago