Infomax Computer Academy
Report Bug
Qus :
What will the following code output?
a=5;b=7 b=a print(a,” ”,b)
Qus
निम्नलिखित कोड आउटपुट क्या होगा?
a=5;b=7 b=a print(a,” ”,b)
A. 5 7
B. 7 5
C. 5 5
D. 7 7
Solution
C. 5 5
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others