a way in which a pointer stores the address of a pointer which stores the value of the target value

a) reference

b) allocation

c) multiple indirection

d) none


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

Post New Answer

More C Interview Questions

What is the difference between array and linked list in c?

0 Answers  


What are the different types of control structures in programming?

0 Answers  


What is getch() function?

0 Answers  


What do you mean by recursion in c?

0 Answers  


How to implement call back functions ?

3 Answers   HP,


Difference between MAC vs. IP Addressing

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

6 Answers   TCS, Wipro,


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


How do I declare a pointer to an array?

6 Answers   IBM,


Categories