Top

Discussion

For the following expression to work, which option should be selected.
string p = “HELLO”;

  • A.typedef char [] string;
  • B.typedef char * string;
  • C.Both (a) and (b)
  • 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