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
#include
What is inheritance write a program to show use of inheritance?
write string class as your own class in java without using any built-in function
Is abstract thinking intelligence?
What are the 4 pillars of oop?
Can we override main method?
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.
Is oop better than procedural?
how to get the oracle certification? send me the answer
What is cohesion in oop?
What is coupling in oop?
Advantage and disadvantage of routing in telecom sector
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
2. Give the different notations for the class.\
What is encapsulation process?