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

Can stdout be forced to print somewhere other than the screen?

0 Answers  


What is use of null pointer in c?

0 Answers  


What is the use of typedef in structure in c?

0 Answers  


formula to convert 2500mmh2o into m3/hr

0 Answers  


what is computer engg

1 Answers  






What is volatile, register definition in C

0 Answers   Cognizant,


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,


What is the use of getchar functions?

0 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


Explain the difference between exit() and _exit() function?

0 Answers  


Categories