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 are the iterator and generic algorithms.
What is c++ w3school?
What is difference between malloc()/free() and new/delete?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What are the advantages of using typedef in a program?
What does floor mean in c++?
What is the basic difference between C and C++?
What is microsoft c++ redistributable 2013?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Why is swift so fast?
What is the difference between while and do while loop?
What is the fastest c++ compiler?
What is #include ctype h in c++?
What are static member functions?
What are destructors?