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
Can you explain polymorphism?
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.
What are oops functions?
What is polymorphism and example?
What is polymorphism explain?
Advantage and disadvantage of routing in telecom sector
What is encapsulation in ict?
What polymorphism means?
Can a varargs method be overloaded?
What makes a language oop?
What is use of overloading?
What is difference between inheritance and polymorphism?
What is encapsulation process?
Can we override main method?
How can you overcome the diamond problem in inheritance?