const char *
char * const
What is the differnce between the above two?
Answer Posted / sowmya.....
const char * is a constant pointer but,....
char * const is a pointer to constant
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Tell me can a pure virtual function have an implementation?
which operator is used for performing an exponential operation a) > b) ^ c) none
Tell me what are static member functions?
What are the advantages of c++? Explain
When do we use copy constructors?
What is class in c++ with example?
What are put and get pointers?
How does class accomplish data hiding in c++?
What flag means?
What are the two shift operators and what are their functions?
What is c++ manipulator?
What is function overriding in c++?
Do the parentheses after the type name make a difference with new?
What are c++ manipulators?
What is vector processing?