Computer Science, asked by sundharking1911, 10 months ago

#include<stdio.h>
main()
register int a = 5;
int *c;
C=&a;
a++;
printf("%d", *c);​

Answers

Answered by roushanzaktar
0

Answer:

it is compounded problem

so i can not work it

Similar questions