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);
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 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);
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