What is difference between constant pointer and constant variable?


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

Post New Answer

More C Interview Questions

What is union in c?

0 Answers  


what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,


Why double pointer is used in c?

0 Answers  


Where static variables are stored in c?

0 Answers  


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


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,


Explain what are multibyte characters?

0 Answers  


What is 2 d array in c?

0 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


What is c programing language?

0 Answers  


What is logical error?

0 Answers  


Explain the difference between malloc() and calloc() in c?

0 Answers  


Categories