Page 1 of 1

Which option should be selected to work the following C expression?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
string p = "HELLO";
a) typedef char [] string;
b) typedef char *string;
c) typedef char [] string; and typedef char *string;
d) Such expression cannot be generated in C