Page 1 of 1

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
by answerhappygod
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 1
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 1 (33.9 KiB) Viewed 89 times
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