a) Memory holding “this” is cleared at line 3
b) Memory holding “this” loses its reference at line 3
c) You cannot assign pointer like in Line 3
d) Output will be This, Program
Comment on the output of the following C code. #include <stdio.h> int main() { char *str = "This" //Line 1
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the output of the following C code. #include <stdio.h> int main() { char *str = "This" //Line 1
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!