πŸ“Š 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;
  • (C) typedef char [] string; and typedef char *string;
  • (D) Such expression cannot be generated in C
πŸ’¬ Discuss
βœ… Correct Answer: (B) typedef char *string;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
212
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Yashika
Publisher
πŸ“ˆ
98%
Success Rate