What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / radha
it prints 1
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the importance of oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
How many human genes are polymorphic?
What is debug class?what is trace class? What differences are between them? With examples.
What is polymorphism used for?
Which is better struts or spring?
What is overriding vs overloading?
What is abstraction oop?
What are different oops concepts?
How to improve object oriented design skills?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
#include
What is difference between oop and pop?
Can static class have constructor?
What is property in oops?