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
What is the use of turbo c++?
Write about all the implicit member functions of a class?
Mention the storage classes in c++.
How much is c++ certification?
what is pre-processor in C++?
How much maximum can you allocate in a single call to malloc()?
How do we balance an AVL Tree in C++?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
How the delete operator differs from the delete[]operator?
How do you flush std cout?
What happens when a function throws an exception that was not specified by an exception specification for this function?