What is the benefit of using const for declaring constants?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


When the macros gets expanded?

0 Answers  


What is realloc in c?

0 Answers  


difference of two no's with out using - operator

7 Answers  


Explain what is a const pointer?

0 Answers  






What is the correct declaration of main?

0 Answers  


Is anything faster than c?

0 Answers  


What is the use of header?

0 Answers  


What type of function is main ()?

0 Answers  


What is the role of && operator in a program code?

0 Answers  


What are volatile variables?

1 Answers   Mind Tree,


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


Categories