const char *
char * const
What is the differnce between the above two?
Answer Posted / jeeva
both are same
| Is This Answer Correct ? | 1 Yes | 17 No |
Post New Answer View All Answers
How do you find out if a linked-list has an end?
How many standards of c++ are there?
What is function declaration in c++ with example?
How can we check whether the contents of two structure variables are same or not?
How do you establish an is-a relationship?
Define a nested class. Explain how it can be useful.
Is map thread safe c++?
What is the difference between structures and unions?
What is type of 'this' pointer?
Can we change the basic meaning of an operator in c++?
Using a smart pointer can we iterate through a container?
What is setf in c++?
What is c++ hash?
What do you mean by inheritance in c++?
What is lazy initialization in c++?