Why do we use pointer to pointer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is meant by flushll() in c programming?

1 Answers  


What are terms in math?

0 Answers  


Explain what are compound statements?

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  






What is structure packing in c?

0 Answers  


How to compare array with pointer in c?

0 Answers  


diff .between strcture and union

2 Answers  


How would you sort a linked list?

1 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


different between overloading and overriding

3 Answers  


Categories