What does the code "cout<<(0==0);" print?




1) 0


2) 1


3) Compiler error: Lvalue required

Answer Posted / ranjith

answer is 1

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use oop?

605


What does <> mean pseudocode?

624


which feature are not hold visual basic of oop?

1725


What is data binding in oops?

588


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.

699






What causes polymorphism?

577


What is an advantage of polymorphism?

597


Can main method override?

585


What is polymorphism in oops with example?

533


Get me a number puzzle game-program

1694


What is abstraction encapsulation?

659


What is this pointer in oop?

557


What does and I oop mean?

618


What is the difference between static polymorphism and dynamic polymorphism?

587


Which method cannot be overridden?

582