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
hi all..i want to know oops concepts clearly can any1 explain??
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is the difference between static polymorphism and dynamic polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?
Why we use classes in oop?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Can bst contain duplicates?
Can we define a class within the interface?
what are the realtime excercises in C++?
#include
Why is polymorphism needed?
What is object in oops?
How to use CMutex, CSemaphore in VC++ MFC
What is this pointer in oop?
what are the ways in which a constructors can be called?