const char *
char * const
What is the differnce between the above two?
Answer Posted / priya
both are has a same meaning
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
What is type of 'this' pointer? Explain when it is get created?
What do you mean by delegate? Can a user retain delegates?
What apps are written in c++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
what are the types of Member Functions?
What is the basic difference between C and C++?
What is conditions when using boolean operators?
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's the most powerful programming language?
What are the various oops concepts in c++?
When does a name clash occur in c++?
What are pointers used for c++?
Will rust take over c++?
How can you create a virtual copy constructor?
How do you decide which integer type to use?