What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / rajendra
There is a possibility of getting "compilation error" .
because after cout statement we are not using any
conditional statements to check the above condition even
though it == is there ....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is react oop?
What does enum stand for?
how to get the oracle certification? send me the answer
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How does polymorphism work?
What is object in oops?
Whats is abstraction in oops?
What is inheritance write a program to show use of inheritance?
What is and I oop mean?
Can we override main method?
Why is oop better than procedural?
Give two or more real cenario of virtual function and vertual object
Write a program to sort the number with different sorts in one program ??
what are the realtime excercises in C++?
What is variable example?