Computer Science, asked by KOTLACHENNA, 2 months ago

PREDICT THE OUTPUT
#include<stdio.h>
int main()
{
static int a[2][2] = {1, 2, 3, 4};
int i, j;
static int *pl = {(int*)a, (int*)a+1, (int*)a+2);
for(i=0; i<2; i++)
{
for(i=0; j<2; i++)
{
printf("%d, %d %d, %d\n", *(*(p+i)+j), *(*6+p)+i),
*((i+p)+j), *(*(p+j)+i));
}
}
return 0;
3
A. 1, 1, 1, 1
2, 3, 2, 3
3, 2, 3,2
4,4,4,4
B. 1, 2, 1, 2
2, 3, 2, 3
3, 4, 3, 4
4, 2, 4, 2
C.1, 1, 1,1
2, 2, 2, 2
2, 2, 2, 2
3, 3, 3, 3
D. 1, 2, 3, 4
2, 3, 4, 1
3, 4, 1, 2
4, 1, 2, 3
EL
search
O
Die C.​

Answers

Answered by itratzahra1981
0

Answer:

From which class Q

Explanation:

Sorry can't do that

Similar questions