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
Why polymorphism is used in oops?
What is the advantage of oop over procedural language?
What are the benefits of interface?
What is the significance of classes in oop?
can inline function declare in private part of class?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What exactly is polymorphism?
Why interface is used?
How to improve object oriented design skills?
Explain the concepts involved in Object Oriented programming.
What are the 3 pillars of oop?
What is abstraction with example?
Can you explain polymorphism?
What is this pointer in oop?
What is byval and byref? What are differences between them?