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

1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


Table of Sudoku n*n

0 Answers  


what is the use of a array in c

6 Answers  


What is the Difference between Class and Struct?

10 Answers   Motorola,


How do you print an address?

0 Answers   TCS,


what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


Expand the following LKB BKL FFG

0 Answers  


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


What is the maximum length of an identifier?

0 Answers  


Categories