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
Which bit wise operator is suitable for turning off a particular bit in a number?
What do you mean by inheritance in c++? Explain its types.
What is a manipulative person?
Explain the auto storage classes in c++.
Do class declarations end with a semicolon? Do class method definitions?
Describe delete operator?
Is c++ an oop?
Which c++ operator cannot overload?
What is a try block?
Do the parentheses after the type name make a difference with new?
Why do we use the using declaration?
What is difference between malloc()/free() and new/delete?
What is fflush c++?
What is abstraction c++?
Is there a sort function in c++?