const char *
char * const
What is the differnce between the above two?
Answer Posted / karthik natarajan
const char * makes the data constant
char * constant makes the pointer constant
Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What is the best c++ book for beginners?
What is the difference between public, private, and protected access?
Differentiate between a pointer and a reference with respect to c++.
If a function doesn’t return a value, how do you declare the function?
What are the uses of c++ in the real world?
What is the use of data hiding?
What are the three forms of cin.get() and what are their differences?
how to explain our contribution in the project?
Differentiate between a copy constructor and an overloaded assignment operator.
What is the header file for setw?
What is the v-ptr?
What are put and get pointers?
What are the advantages of early binding?
Give example of a pure virtual function in c++?
What is the purpose of ios::basefield in the following statement?