Q. What is the default return value of a function that doesn't explicitly return anything?

  • (A) 0
  • (B) False
  • (C) None
  • (D) Empty string
πŸ’¬ Discuss
βœ… Correct Answer: (C) None
Explanation: If no return statement is used, the function returns `None`.
Explanation by: Mr. Dubey
If no return statement is used, the function returns `None`.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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