What doescout<<(0==0) print out

a) 0

b) 1

c) Compiler error: Lvalue required


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Which algorithm do you like the most? Why?

2 Answers   Google,


What is the hardest coding language to learn?

0 Answers  


How much maximum can you allocate in a single call to malloc()?

0 Answers  


How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


What is the best way to declare and define global variables?

0 Answers  






What is atoi?

0 Answers  


What is pure virtual function?

0 Answers  


When volatile can be used?

3 Answers   Symphony,


Explain the pure virtual functions?

0 Answers  


what is smart pointer & use of the smart pointer ???

2 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


Can we use struct in c++?

0 Answers  


Categories