What is double pointer?


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

Post New Answer

More C Interview Questions

Difference between Function to pointer and pointer to function

0 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Differentiate call by value and call by reference?

0 Answers   Cyient,


what is differnence b/w macro & functions

1 Answers  






The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters

0 Answers  


What are the types of pointers in c?

0 Answers  


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


What are the different types of control structures in programming?

0 Answers  


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


write a program to generate 1st n fibonacci prime number

2 Answers  


Why does this code crash?

0 Answers  


Categories