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
Why is there no multiple inheritance?
What is oops and why we use oops?
Why is static class not inherited?
how to get the oracle certification? send me the answer
State what is encapsulation and friend function?
Explain the concepts involved in Object Oriented programming.
What are the benefits of oop?
What is overloading and its types?
What is difference between abstraction and encapsulation?
How does polymorphism work?
What is encapsulation c#?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Get me an image implementation program.
Can abstract class have normal methods?
What is polymorphism and example?