What does double pointer mean in c?


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 break and continue?

0 Answers  


What are the types of pointers in c?

0 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


What is non linear data structure in c?

0 Answers  






Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


What does 1f stand for?

0 Answers  


What is the difference between text and binary modes?

0 Answers  


Explain the bubble sort algorithm.

0 Answers  


What is the difference between array_name and &array_name?

0 Answers  


What is the deal on sprintf_s return value?

0 Answers  


how to create duplicate link list using C???

0 Answers  


Categories