Computer Science, asked by siri05072000, 4 months ago

What will be the output of the program?
#include<stdio.h>
int main()
{
static int a[2][2] = {1, 2, 3, 4);
int i, j;
static int *p[] = {(int*)a, (int*)a+1, (int*)a+2);
for (i=0; i<2; i++)
{
for(j=0; j<2; j++)
{
printf("id, d, 3d, 3d\n", *(* (p+1)+j), *1*(1+p) +i),
*(*(1+p) +j), *(* (p+])+1));
3
return 0;​

Answers

Answered by jegatha55
0

Answer:

the answer of this question is that 3rd and 4rd have been on the same page not only for class but also in the past

Similar questions