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
Explain how can I convert a number to a string?
What is the difference between printf and scanf )?
Explain how do you override a defined macro?
What is c mainly used for?
What are types of functions?
about c language
What are the modifiers available in c programming language?
What are the c keywords?
Explain what is output redirection?
C program to find all possible outcomes of a dice?
shorting algorithmS
What is the use of parallelize in spark?
What is the use of header files?
Differentiate between ordinary variable and pointer in c.
How to create struct variables?