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 example of polymorphism?
What is polymorphism give a real life example?
Can we have inheritance without polymorphism?
What is polymorphism and types?
What is oops with example?
What are the 4 pillars of oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What are different oops concepts?
Can an interface inherit a class?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is the fundamental idea of oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is inheritance in oop?
Can a varargs method be overloaded?
What are the 3 pillars of oop?