Tell me difference between constant pointer and pointer to a constant.
No Answer is Posted For this Question
Be the First to Post Answer
Can I create my own functions in c++?
What are static type checking?
Which operations are permitted on pointers?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Why is standard template library used?
What is searching?
Define pure virtual function?
What is the use of map in c++?
What is code reusability in c++?
what is polymorphism?