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
Can c++ do everything c can?
Incase of a function declaration, what is extern means?
What is static in c++?
How can a struct in c++ differs from a struct in c?
Explain the advantages of using friend classes.
Is overriding possible in c++?
Write about all the implicit member functions of a class?
Define the operators that can be used with a pointer.
How many different levels of pointers are there?
What is the benefit of c++?
What is a float in c++?
Why do we need templates?
Show the declaration for a static function pointer.
What are protected members in c++?
Explain the difference between overloading and overriding?