Q. What is the default return type of a function in C if not specified?

  • (A) float
  • (B) int
  • (C) void
  • (D) double
πŸ’¬ Discuss
βœ… Correct Answer: (B) int
Explanation: By default, functions return 'int' if no type is specified.
Explanation by: Mr. Dubey
By default, functions return 'int' if no type is specified.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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