πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (C) typedef char *string;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
226
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
88%
Success Rate