What is the difference between the following declarations?
const char *s;
char const *s;
Please mention it briefly.
NOTE : [This question was asked by Dhananjaya Mohanty]
What is the difference between the following declarations?
const char *s;
char const *s;
Please mention it briefly.
NOTE : [This question was asked by Dhananjaya Mohanty]