page-banner
Chapter-6 (Part-1) Python Function
Q16.
किसी फ़ंक्शन के लिए कोई डिफ़ॉल्ट रिटर्न मान नहीं है जो किसी भी मान को स्पष्ट रूप से वापस नहीं करता है।<break-line><break-line>There is no default return value for a function that does not return any value explicitly.
A. True
B. False
C. can’t say
D. None of these
View Answer
Q17.
फ़ंक्शन का नाम और पैरामीटर लिस्ट फ़ंक्शन हेडर का हिस्सा हैं।<break-line><break-line>Function name and parameter list are part of function header.
A. True
B. False
C. can’t say
D. None of these
View Answer
Q18.
ब्रैकेट इनपुट पैरामीटर या फ़ंक्शन के तर्कों को संलग्न करते हैं।<break-line><break-line>Brackets enclose the input parameters or arguments of a function.
A. True
B. False
C. can’t say
D. None of these
View Answer
Q19.
डिफाइन कीवर्ड फ़ंक्शन ब्लॉक की शुरुआत को चिह्नित करता है।<break-line><break-line>Define keyword marks the beginning of the function block.
A. True
B. False
C. can’t say
D. None of these
View Answer
Q20.
नंबर का पॉवर फाइंड करने के लिए किस फंक्शन का प्रयोग करते है<break-line><break-line>The function used to find power of a number.
A. **
B. power()
C. pow()
D. a and c both
View Answer