Question 3(b): What is wrong with the following piece of code? int a = 23; = int *p=&a, *q; # q= p*2; printf("%d", *a);
Posted: Sat Nov 27, 2021 10:30 am
Question 3(b): What is wrong with the following piece of code? int a = 23; = int *p=&a, *q; # q= p*2; printf("%d", *a); q