निम्नलिखित कोड के लिए आउटपुट क्या होगा?<break-line><break-line>What will be the output for the following code?<break-line><break-line><pre><code>import numpy as np
a = np.array([2, 3, 4, 5])
print(a.dtype)</code></pre>
हार्डवेयर को चलाने के लिए निम्न में से किस सॉफ्टवेयर की आवश्यकता होती है?<break-line><break-line>Which of the following software is required to run the hardware?
निम्नलिखित का आउटपुट क्या है?<break-line><break-line>What is the output of the following?<break-line><break-line><pre><code>y = 'klmn'
for i in range(len(y)):
print(y)</code></pre>
एक से अधिक डेवलपर को असाइन करने के लिए स्ट्रक्चर्ड प्रोग्राम को ________________ में विभाजित किया जा सकता है।<break-line><break-line>Structured program can be broken into ________________ to assign to more than one developer.
निम्नलिखित पायथन कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following Python code?<break-line><break-line><pre><code>len(["hello", 2, 4, 6])</code></pre>