what is constant pointer?

Answer Posted / rekha_sri

Constant pointer:
-----------------
If you have a value in your program and it should not
change, or if you have a pointer and you don't want it to be
pointed to a different value, you should make it a constant
with the const keyword.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in linking some of os executables are linking name some of them

1645


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2647


Explain low-order bytes.

616


What is the difference between union and structure in c?

564


pierrot's divisor program using c or c++ code

1719






Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4733


What is union and structure in c?

605


Explain how can type-insensitive macros be created?

564


Differentiate between declaring a variable and defining a variable?

600


What is difference between union All statement and Union?

621


Is array name a pointer?

595


application attempts to perform an operation?

1487


What are the primitive data types in c?

563


why we wont use '&' sing in aceesing the string using scanf

1774


How do you determine a file’s attributes?

590