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 a storage class? Mention the storage classes in c++.
Difference between overloaded functions and overridden functions
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
what is COPY CONSTRUCTOR and what is it used for?
What is the latest version on c++?
What is the difference between a shallow copy and a deep copy?
What would happen on forgetting [], while deallocating an array through new?
Why do we need runtime polymorphism in c++?
How does the copy constructor differ from the assignment operator (=)?
Is c++ harder than java?
Why do we use iterators?
Does c++ have finally?