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


Please Help Members By Posting Answers For Below Questions

What is the best c++ book for beginners?

795


What is the difference between public, private, and protected access?

796


Differentiate between a pointer and a reference with respect to c++.

922


If a function doesn’t return a value, how do you declare the function?

795


What are the uses of c++ in the real world?

754






What is the use of data hiding?

764


What are the three forms of cin.get() and what are their differences?

820


how to explain our contribution in the project?

3339


Differentiate between a copy constructor and an overloaded assignment operator.

830


What is the header file for setw?

793


What is the v-ptr?

878


What are put and get pointers?

818


What are the advantages of early binding?

814


Give example of a pure virtual function in c++?

790


What is the purpose of ios::basefield in the following statement?

1002