Mention the purpose of istream class?
No Answer is Posted For this Question
Be the First to Post Answer
What is the full form of stl in c++?
What is a constant reference?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is the main use of c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
If a header file is included twice by mistake in the program, will it give any error?
Explain rtti.
what does the following statement mean? int (*a)[4]
the first character in the variable name must be an a) special symbol b) number c) alphabet
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
What is a down cast?