Computer Science, asked by muksm, 5 months ago

Which of the following is a valid character declaration/definition?

a.
char x='abcd';

b.
char x="abcd";

c.
char x[]='a';

d.
char x[]="a";​

Answers

Answered by Anonymous
3

Answer:

d. char x[]="a";

Hope this helps...

Similar questions