#include<stdio.h>
main()
register int a = 5;
int *c;
C=&a;
a++;
printf("%d", *c);
Answers
Answered by
0
Answer:
it is compounded problem
so i can not work it
Similar questions