What is double pointer?



What is double pointer?..

Answer / Sarman Baghel

In C programming, a double pointer is a variable that stores the address of another pointer. A double pointer is declared using two asterisks (**) before the variable name.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

can v write main() { main(); } Is it true?

6 Answers  


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   MAHINDRA, Protech, Sivan Tech,


Is anything faster than c?

1 Answers  


what are the difference between ANSI C and Let Us c and Turbo C

4 Answers   LG Soft,


When should I declare a function?

1 Answers  


What are the scope of static variables?

1 Answers  


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


What is the difference between formatted&unformatted i/o functions?

1 Answers  


Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.

1 Answers  


Difference between macros and inline functions? Can a function be forced as inline?

1 Answers   HAL, Honeywell, Zomato,


What is graph in c?

1 Answers  


Categories