Top

Discussion

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

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

Answer: B

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment