the maximum length of a character constant can be
a) 2
b) 1
c) 8
No Answer is Posted For this Question
Be the First to Post Answer
Specify some guidelines that should be followed while overloading operators?
What is the best book for c++ beginners?
Explain the difference between c & c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What does new in c++ do?
What is the Standard Template Library?
Explain working of printf?
Is vector a class in c++?
What is decltype c++?
Which format specifier is used for printing a pointer value?
What is a static member?
What is a dangling pointer?