const char *
char * const
What is the differnce between the above two?
Answer Posted / beula
const char * is the pointer to a consant variable.
char * constant is a constant pointer to a char.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Is python written in c or c++?
What is the full form of dos?
Explain storage qualifiers in c++.
Will the following program execute?
What is the difference between multiple and multilevel inheritance in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is a float in c++?
What is purpose of abstract class?
What is code reusability in c++?
What is a block in c++?
What are the extraction and insertion operators in c++?
What is nested class in c++?
What do you mean by translation unit in c++?
What is the best c++ ide?
What is a c++ vector?