what is a constant pointer in C



what is a constant pointer in C..

Answer / Navneet Sonkar

"A constant pointer (also known as a pointer to const) in C is a pointer that points to a constant. In other words, it's a variable whose value cannot be changed but can still be manipulated through the pointer."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What’s a signal? Explain what do I use signals for?

1 Answers  


What are external variables in c?

1 Answers  


Differentiate call by value and call by reference?

1 Answers   Cyient,


Tell me about low level programming languages.

1 Answers   Amdocs,


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


What is formal argument?

1 Answers  


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1 Answers  


Why ca not I do something like this?

1 Answers  


What does the function toupper() do?

1 Answers  


What is a MAC Address?

1 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


Categories