const char *
char * const
What is the differnce between the above two?
Answer Posted / priya
we can assign char as a constant but we cannot assign
constant as a character
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How a new element can be added or pushed in a stack?
Which programming language is best?
Where are setjmp and longjmp used in c++?
What is a driver program?
Is c++ platform dependent?
What is function prototyping? What are its advantages?
Should a constructor be public or private?
what is C++ objects?
What is the use of c++ programming language in real life?
Write about the access privileges in c++ and also mention about its default access level?
How do I run c++?
What is a type library?
What is #include iostream?
What does flush do c++?
Write about the use of the virtual destructor?