const char *
char * const
What is the differnce between the above two?
Answer Posted / jeeva
both are same
| Is This Answer Correct ? | 1 Yes | 17 No |
Post New Answer View All Answers
When is the copy constructor called?
What is data abstraction? How is it different from data encapsulation?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
How can we read/write Structures from/to data files?
What is an iterator?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the use of typedef?
What is atoi?
What is polymorphism & list its types in c++?
What is a list c++?
Can we change the basic meaning of an operator in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
What are the three forms of cin.get() and what are their differences?
Describe protected access specifiers?
What do you mean by early binding?