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
What are the advantage of c language?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
How do you write a program which produces its own source code as output?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is a struct c#?
What is NULL pointer?
What are types of functions?
What are different storage class specifiers in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
How to implement a packet in C
code for replace tabs with equivalent number of blanks
What does it mean when a pointer is used in an if statement?
What is the use of structure padding in c?
What are the Advantages of using macro
What is a memory leak? How to avoid it?