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
What is endl c++?
When should we use multiple inheritance?
Write about the use of the virtual destructor?
What is the difference between object-oriented programming and procedural programming?
Why is c++ still best?
What is the difference between prefix and postfix versions of operator++()?
What is runtime errors c++?
How did c++ get its name?
List different attributes in C++?
How will you call C functions from C ++ and vice-versa?
Explain the concept of dynamic allocation of memory?
Why is c++ a mid-level programming language?
What do you mean by overhead in c++?
What is the benefit of c++?
What is lazy initialization in c++?