A

Admin • 802.91K Points
Coach

Q. Which of the following is a user-defined data type?

  • (A) typedef int Boolean;
  • (B) typedef enum {Monday, Tuesday, Wednesday, Thursday, Friday} Days;
  • (C) struct {char address[25], int age};
  • (D) All the answers are true
  • Correct Answer - Option(D)
  • Views: 4
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
“typedef” and “struct” are used to define user-defined data types.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.