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
What are pointer-to-members? Explain.
What is the use of typedef?
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.
Is c++ low level?
What is the operator in c++?
i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
What is the extension of c++?
What is c++ mutable?
Can char be a number c++?
Explain how overloading takes place in c++?
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?