What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / deepanker aggarwal
the answer is 0 guys
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Why it is called runtime polymorphism?
What is destructor in oop?
What are functions in oop?
What is coupling in oop?
What do you mean by overloading?
Can destructor be overloaded?
What is polymorphism and types?
Write a c++ program to display pass and fail for three student using static member function
Why is polymorphism needed?
What is and I oop mean?
What are the features of oop?
Can static class have constructor?
What is purpose of inheritance?
How do you explain polymorphism?
What is object in oop?