What is the 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 c programing

11 Answers   Wipro,


What is meant by preprocessor in c?

0 Answers  


which is the best antivirus and how to update it

7 Answers   Infosys,


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?

5 Answers  






let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


what is the basis for selection of arrays or pointers as data structure in a program

0 Answers   TCS,


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


which one is better structure or union?(other than the space occupied )

2 Answers  


What is sizeof array in c?

0 Answers  


What does node * mean?

0 Answers  


Categories