Nielit Scentist-B [02-12-2018]
October 10, 2023Data-Structures
October 10, 2023OOPS
|
Question 6
|
The C++ statement cout <<(0 ==0) will
|
Outputs as 0
|
|
|
Outputs as 1
|
|
|
Generate error at the time of compilation
|
|
|
Generate run time
|
Question 6 Explanation:
The above C++ statement outputs as 1.
Correct Answer: B
Question 6 Explanation:
The above C++ statement outputs as 1.
