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
Will c++ be replaced?
What is a class template in c++?
What is a pointer how and when is it used?
When there is a global variable and local variable with the same name, how will you access the global variable?
Keyword mean in declaration?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
What is scope operator in c++?
Do you need a main function in c++?
What does std :: flush do?
How we can differentiate between a pre and post increment operators during overloading?
Explain the difference between 'operator new' and the 'new' operator?
What is the difference between passing by reference and passing a reference?