Which of the following is a valid string declaration/definition?
a.
char x[]='a';
b.
char x="abcd";
c.
char x[]="a";
d.
char x='abcd';
Answers
Answered by
1
Answer:
b) i think personally.
Similar questions