Const char *p , char const *p What is the difference between the above two?
No Answer is Posted For this Question
Be the First to Post Answer
When the design recommends static functions?
What information can an exception contain?
What are proxy objects in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is the use of "new" operator?
What is the difference between method overloading and method overriding in c++?
Explain the register storage classes in c++.
Write a C++ Program to Multiply two Numbers
What are the classes in c++?
Difference between inline functions and macros?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What are different types of typecasting supported by C++