What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / manish
output will be 1.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is abstraction example?
What is the renewal class?
What is encapsulation example?
Get me an image implementation program.
What does no cap mean?
What are benefits of oop?
What are the 4 main oop principles?
What is object in oop with example?
What is encapsulation process?
What are the three main types of variables?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Which type does string inherit from?
Can bst contain duplicates?
What are oops functions?