A

Admin • 833K Points
Coach

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

Code:
string p = "HELLO";
  • (A) typedef char [] string;
  • (B) typedef char [] string; and typedef char *string;
  • (C) typedef char *string;
  • (D) Such expression cannot be generated in C
  • Correct Answer - Option(C)
  • Views: 25
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.