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

Post New Answer

More C++ General Interview Questions

What are pointer-to-members? Explain.

0 Answers   iNautix,


What is the use of typedef?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Is c++ low level?

0 Answers  


What is the operator in c++?

0 Answers  






i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


What is the extension of c++?

0 Answers  


What is c++ mutable?

0 Answers  


Can char be a number c++?

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


Write a program in C++ for Fibonacci series

0 Answers   Axtria, ITC Indian Tobacco Company,


Can you please explain the difference between overloading and overriding?

0 Answers  


Categories