Do pointers store the address of value or the actual value of a variable?


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

Post New Answer

More C Interview Questions

how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


What are global variables and explain how do you declare them?

0 Answers  


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,






What is string function in c?

0 Answers  


what is const volatile?

2 Answers  


What happens if header file is included twice?

0 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


When is a null pointer used?

0 Answers  


errors in computer programmes are called

1 Answers   NET,


Categories