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
Why is static class not inherited?
What is the advantage of oop over procedural language?
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 are the benefits of interface?
Why do we use oop?
Why is polymorphism needed?
How is polymorphism achieved?
What is abstract class in oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is polymorphism used for?
What is polymorphism explain?
What do you mean by variable?
What is a null tree?
Is enum a class?
Where You Can Use Interface in your Project