rajendraprasad reddy


{ City } vellore
< Country > india
* Profession * mca
User No # 32989
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { rajendraprasad reddy }
Questions Answers Category Views Company eMail




Answers / { rajendraprasad reddy }

Question { Wipro, 19798 }

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




1) 0


2) 1


3) Compiler error: Lvalue required


Answer

There is a possibility of getting "compilation error" .
because after cout statement we are not using any
conditional statements to check the above condition even
though it == is there ....

Is This Answer Correct ?    0 Yes 0 No