const char *
char * const
What is the differnce between the above two?
Answer Posted / sahithi
const char* /*string is fixed pointer is not*/
char *const /*pointer is fixed string is not*/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Carry out conversion of one object of user-defined type to another?
What is encapsulation in c++?
Specify some guidelines that should be followed while overloading operators?
What is the full name of logo?
How can you differentiate between inheritance and implementation in c++?
What are the advantage of using register variables?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Can we change the basic meaning of an operator in c++?
Explain abstraction.
What is endl c++?
What is scope operator in c++?
Discussion on error handling of C++ .
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What do you understand by pure virtual function? Write about its use?
Explain how overloading takes place in c++?