What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / manish
output will be 1.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What do you mean by abstraction?
Write a program to reverse a string using recursive function?
How do you achieve runtime polymorphism?
When not to use object oriented programming?
How do you answer polymorphism?
write a program to find 2^n+1 ?
Why is oop useful?
How to use CMutex, CSemaphore in VC++ MFC
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
how to get the oracle certification? send me the answer
What are properties in oop?
Can destructor be overloaded?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
How do you achieve polymorphism?
What is the real life example of polymorphism?