Study Coding
What does the following code print?int a = 10; int *p = &a; printf("%d", *p);
7 months ago | [YT] | 0
Study Coding
What does the following code print?
int a = 10;
int *p = &a;
printf("%d", *p);
7 months ago | [YT] | 0