πŸ“Š C Programming
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
πŸ’¬ Discuss
βœ… Correct Answer: (D) All the answers are true

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
176
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
90%
Success Rate