Q. | What would the following C code segment print out? char *x = "Rhoda";
x = "hi";
printf("%s" , s);
|
|||||||
|
Answer: | Option C | |
Explaination: |
No Explanation |
Discussion
Your Comments Goes here... |
Name | Discussion |
---|