Report Bug
Qus : If a function doesn't have a return statement, which of the following does the function return ?
Qusयदि किसी फंक्शन का रिटर्न स्टेटमेंट नहीं है, तो निम्न में से कौन सा फंक्शन रिटर्न होता है?

A. int
B. null
C. None
D. An exception is thrown without the return statement


Solution
C. None






Report Bug