a) It will print a
b) It will print 0
c) Compile time error
d) Run time error
Comment on the output of following C code. #include <stdio.h> main() { char *p = 0; *p = 'a';
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the output of following C code. #include <stdio.h> main() { char *p = 0; *p = 'a';
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!