What is double pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between Function to pointer and pointer to function
`write a program to display the recomended action depends on a color of trafic light using nested if statments
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Differentiate call by value and call by reference?
what is differnence b/w macro & functions
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
What are the types of pointers in c?
#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); }
What are the different types of control structures in programming?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
write a program to generate 1st n fibonacci prime number
Why does this code crash?