...
Computer-Networks
June 1, 2024
Question 152 – ISRO-2018
June 1, 2024
Computer-Networks
June 1, 2024
Question 152 – ISRO-2018
June 1, 2024

Question 132 – ISRO-2018

Consider the following C++ program

Assuming the required header files are already included, the above program:

Correct Answer: A

Question 50 Explanation: 
Solution: A but official key given solution D
→ It gives compilation error because declaration of “intc” is wrong.
→ q+=b(a(q)) and r+=a(c(r)) will result compilation error.
A
results in a compilation error
B
print 123
C
print 111
D
print 322

Leave a Reply

Your email address will not be published. Required fields are marked *