MCQ Answer

<p>What will be the output of the following ?</p><pre>import numpy as np<br>a=np.array([2,4,1])<br>b=np.array([3,5])<br>c=a+b<br>print(c)</pre>

What will be the output of the following ?

import numpy as np
a=np.array([2,4,1])
b=np.array([3,5])
c=a+b
print(c)


निम्नलिखित का आउटपुट क्या होगा?

import numpy as np
a=np.array([2,4,1])
b=np.array([3,5])
c=a+b
print(c)
Topic : NumPy Basics

A. [2 4 1 3 5 ]

B. [5 9 1]

C. 15

D. ValueError




Correct Answer is :

D. ValueError



Explanation

ValueError: operands could not be broadcast together with shapes (3,) (2,) 

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad