Computer Science, asked by muksm, 4 months ago

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 raniastha38
1

Answer:

b) i think personally.

Similar questions