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
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What is prototype in c++ with example?
Which function cannot be overloaded c++?
What is std namespace in c++?
What are access specifiers in C++?
Why do we use structure in c++?
In the derived class, which data member of the base class are visible?
Is c++ faster than c?
What is the purpose of the noexcept keyword?
Where Malloc(), Calloc(), and realloc() does get memory?
When volatile can be used?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?