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

what is C++ exceptional handling?

0 Answers  


Why cout is used in c++?

0 Answers  


What causes a runtime error c++?

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  






What is singleton pattern in c++?

0 Answers  


What is the size of pointer ? Also size of pointer in 64 bit pointer

4 Answers  


What is a virtual destructor?

2 Answers  


Describe linked list using C++ with an example.

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Is c++ free?

0 Answers  


Which software is best for programming?

0 Answers  


Categories