How to Throw some light on the splay trees?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function for strstr
What is binary tree in c?
what is purpose of fflush(stdin) function
What is the purpose of 'register' keyword?
What is the difference between int main and void main?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Write a program to compute the following 1!+2!+...n!
write a program to display numbers from 1 to 10 and 10 to 1?
What is the difference between scanf and fscanf?
write function to reverse char array ... without using second array
where do we use volatile keyword?
What is d'n in c?