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 would you call C functions from C++ and vice versa?
Explain method of creating object in C++ ?
Explain friend class?
How do you remove an element from a set in c++?
What are inline functions? What is the syntax for defining an inline function?
Write about the scope resolution operator?
What is the difference between structures and unions?
Define a nested class.
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is low level language in simple words?
What is operator overloading in c++ example?
Why is c++ called oops?
What is a modifier in c++?
What is a singleton c++?
Which field is used in c++?