What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / shailaja
it will print 0
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
What is an interface in oop?
Advantage and disadvantage of routing in telecom sector
Whats oop mean?
What is the difference between procedural programming and oops?
What are constructors in oop?
What is difference between data abstraction and encapsulation?
How oops is better than procedural?
what is the drawback of classical methods in oops?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is abstraction in oop?
What is encapsulation in ict?
What are the 4 main oop principles?
How do you explain polymorphism?
What is a class in oop?
Explain the advantages of inheritance.