Computer Science, asked by mohitzope19, 22 days ago

Write output of following program
#include <stdio.h>
int main()
intary[4] = {1,2,3,4};
int *p = ary +3;
printf("%d %d\n". p[-2], ary[p]); ​

Answers

Answered by ArshiaAishani2008
3

YOUR ANSWER IS IN THE PICTURE

Attachments:
Similar questions