…………… को केवल उस फ़ंक्शन के अंदर ही एक्सेस किया जा सकता है जिसमें उन्हें घोषित किया गया है, जबकि वैश्विक चर को सभी फ़ंक्शन द्वारा पूरे प्रोग्राम बॉडी में एक्सेस किया जा सकता है।<break-line><break-line>The …………… can be accessed only inside the function in which they are declared, whereas global variables can be accessed throughout the program body by all functions.
__________ फ़ंक्शंस का एक सेट है जिसे आप अपने एप्लिकेशन में शामिल करना चाहते हैं।<break-line><break-line>__________ is a set of functions you want to include in your application.
Correct Answer: प्रोग्राम में शामिल कार्यों का डिज़ाइन/Design and implementation of specific functionality to be incorporated into a program
Q5.
निम्नलिखित में से कौन “from …. import ……” बारे में गलत है<break-line><break-line>Which of the following is false about “from …. import ……” form of import?
A.सिंटैक्स है: from modulename import identifier
B.यह कुछ भी इम्पोर्ट नहीं करता है/This form of import does not import anything