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
What is a class template?
What is the difference between new() and malloc()?
Explain object slicing in c++?
What is the main function c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
How do we implement inheritance in c++?
What c++ library is string in?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What are the two types of comments?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
what kind of projects are suitable for c and c++
Do you know what are static and dynamic type checking?
What are the advantages of using friend classes?
Where must the declaration of a friend function appear?
Should I learn c or c++ or c#?