What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / ranjith
answer is 1
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How oops is better than procedural?
What does and I oop mean in text?
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).
What is balance factor?
Can you explain polymorphism?
What is polymorphism what are the different types of polymorphism?
What is the importance of oop?
What is the purpose of polymorphism?
What are classes oop?
What is polymorphism what is it for and how is it used?
What is the difference between a mixin and inheritance?
Why is static class not inherited?
What is multilevel inheritance explain with example?
write string class as your own class in java without using any built-in function
How to call a non virtual function in the derived class by using base class pointer