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
Why do we use string in c++?
What is the use of namespace std in C++?
Give 10 points of differences between C & C++.
Why is standard template library used?
What is the protected keyword used for?
Who made c++?
What is a pdb file?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is the difference between a declaration and a definition?
What are c++ templates used for?
Define a pdb file.
Write a program to find the reverse Fibonacci series starting from N.
What is stoi in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Differentiate between a constructor and a method in C++.