const char *
char * const
What is the differnce between the above two?
Answer Posted / chithra
const char* is a constant pointer and char * const is
poiter to constant.
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
Are php strings immutable?
Tell me can a pure virtual function have an implementation?
Is c++ used anymore?
What are advantages of using friend classes?
Do class declarations end with a semicolon? Do class method definitions?
How to defines the function in c++?
What are the implicit member functions of class?
What is an incomplete type in c++?
What is a character in c++?
What are the benefits of c++?
What are c++ manipulators?
What's the order in which the objects in an array are destructed?
Explain what are the sizes and ranges of the basic c++ data types?
What are mutator methods in c++?
What is a storage class?