const char *
char * const
What is the differnce between the above two?
Answer Posted / sowmya.....
const char * is a constant pointer but,....
char * const is a pointer to constant
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Will c++ be replaced?
How to declaring variables in c++?
What is the difference between a baller and a reference in C++?
Write a program to find the Fibonacci series recursively.
What is a driver program?
Can I learn c++ in a week?
What are the different types of polymorphism in c++?
What is constant in c++ with example?
How do pointers work?
What does it mean to declare a destructor as static?
Write about the scope resolution operator?
What are the advantages of using pointers in a program?
What is a Default constructor?
What is enum class in c++?
What is tellg () in c++?