const char *
char * const
What is the differnce between the above two?
Answer Posted / sahithi
const char* /*string is fixed pointer is not*/
char *const /*pointer is fixed string is not*/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
State the difference between delete and delete[].
Do class method definitions?
What is token c++?
What programming language should I learn first?
Why do we use using namespace std in c++?
Which c++ operator cannot overload?
What is the difference between equal to (==) and assignment operator (=)?
What is the extension of c++?
Does c++ have finally?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Write my own zero-argument manipulator that should work same as hex?
What does scope resolution operator do?
What is the use of 'this' pointer?
What is java and c++?
Where do I find the current c or c++ standard documents?