const char *
char * const
What is the differnce between the above two?
Answer Posted / sahithi
const char* /*string is fixed pointer is not*/
char *const /*pointer is fixed string is not*/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the important differences between c++ and java?
What is a dynamic binding in c++?
Can I uninstall microsoft c++ redistributable?
Explain pass by value and pass by reference.
How can you link a c++ program to c functions?
What's the most powerful programming language?
Write about the access privileges in c++ and also mention about its default access level?
What is auto used for in c++?
What does floor mean in c++?
Define whitespace in C++.
What are the various oops concepts in c++?
What are advantages of c++?
what are the types of Member Functions?
Which is better c++ or java?
What is the use of "new" operator?