A
Q. Consider the below statement, can we assign a string to variable like this:
Code:
char c[100];
c = "C programming";
c = "C programming";
- Correct Answer - Option(B)
- Views: 27
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.