const char *

char * const

What is the differnce between the above two?

Answer Posted / beula

const char * is the pointer to a consant variable.
char * constant is a constant pointer to a char.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the various compound assignment operators in c++?

707


What do you understand by a pure virtual member function?

756


Mention the ways in which parameterized can be invoked. Give an example of each.

773


Is c++ proprietary?

792


What is array give example?

765


What's the order in which the objects in an array are destructed?

1125


How do I start a c++ project?

766


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?

1923


How can you quickly find the number of elements stored in a static array?

826


What is c++ 11 and c++ 14?

808


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

779


What is vectorial capacity?

899


How can we read/write Structures from/to data files?

833


Describe Trees using C++ with an example.

819


What is null and void pointer?

783