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
When should we use multiple inheritance?
What are the basic data types used in c++?
Is c++ an integer?
Define the process of error-handling in case of constructor failure?
When is the destructor called?
Is multimap sorted c++?
Where must the declaration of a friend function appear?
what is pre-processor in C++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is the difference between a reference and a pointer?
What is a wchar_t in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Discussion on error handling of C++ .
What is the use of volatile variable?
What is the difference between a "copy constructor" and an "assignment operator" in C++?