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

πŸ‘οΈ
69
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate