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
Explain the operation of overloading of an assignment operator.
Does c++ support multilevel and multiple inheritances?
Is java based off c++?
Can we overload operator in c++?
Why are pointers used?
Define a pdb file.
Why do we use the using declaration?
What is meant by a delegate?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is doubly linked list in c++?
Explain the volatile and mutable keywords.
Which programming language is best to learn first?
Explain the difference between abstract class and interface in c++?
What is java and c++?
What are the stages in the development cycle?