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
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Where is pseudocode used?
what is graphics
What is use of overloading?
What is encapsulation in simple terms?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What are the types of abstraction?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How to call a non virtual function in the derived class by using base class pointer
Write a program to sort the number with different sorts in one program ??
Why is abstraction used?
What is polymorphism programming?
What are properties in oop?
What is the oops and benefits of oops programming?
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?