πŸ“Š Python
Q. What is the default return value of a function that does not return anything explicitly?
  • (A) 0
  • (B) null
  • (C) None
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (C) None

Explanation: Functions without an explicit return statement return None by default.

Explanation by: Ankit Singh
Functions without an explicit return statement return None by default.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
49
Total Visits
πŸ“½οΈ
7 mo ago
Published
πŸŽ–οΈ
Ankit Singh
Publisher
πŸ“ˆ
86%
Success Rate