πŸ“Š C Programming
Q. Which one is true about typedef?
  • (A) It creates a new data type
  • (B) It assigns a new name to an existing type
  • (C) It defines a function
  • (D) It defines memory
πŸ’¬ Discuss
βœ… Correct Answer: (B) It assigns a new name to an existing type

Explanation: typedef is used for renaming existing types, not creating new types.

Explanation by: Mr. Dubey
typedef is used for renaming existing types, not creating new types.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
57
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate