What is pointer in c?


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

Post New Answer

More C Interview Questions

All technical questions

0 Answers   TCS,


What does extern mean in a function declaration?

4 Answers  


can we initialize all the members of union?

2 Answers  


Why is structure important for a child?

0 Answers  


When can you use a pointer with a function?

0 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


size maximum allocated by calloc()

3 Answers   DELL,


why do we use # in c-language?

1 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


What is operator promotion?

0 Answers  


a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 Answers   Geometric Software,


What does & mean in scanf?

0 Answers  


Categories