What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / guest
2
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
any one please tell me the purpose of operator overloading
What is overriding in oop?
Is enum a class?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is abstraction and encapsulation?
What is balance factor?
Why do we use oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is inheritance in oop?
#include
Why do we use encapsulation in oops?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is abstraction in oop?
Who invented oop?