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 does the file stdio.h contain?

0 Answers  


What are the various types of control structures in programming?

0 Answers  


what is call by value and call by reference

4 Answers  


Explain is it valid to address one element beyond the end of an array?

0 Answers  


what is array?

63 Answers   Amdocs, HCL,


if p is a string contained in a string?

0 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


What is equivalent to ++i+++j?

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


i have a written test for microland please give me test pattern

0 Answers   Microland,


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


Is c functional or procedural?

1 Answers  


Categories