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


Please Help Members By Posting Answers For Below Questions

Can private class be inherited?

687


Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.

1851


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1733


Why do we need oop?

748


What is abstraction in oops with example?

843






What is difference between multiple inheritance and multilevel inheritance?

680


What is the highest level of cohesion?

645


What are two types of polymorphism?

673


Prepare me a program for the animation of train

2067


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1700


What is the use of oops?

675


write string class as your own class in java without using any built-in function

2039


What is polymorphism in oop example?

591


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1976


What is a function in oop?

684