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);

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
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);

Post 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 87 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply