Write a program to print fibonacci series using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
about c language
How do you use a pointer to a function?
wat are the two methods for swapping two numbers without using temp variable??
What is the total generic pointer type?
What does. int *x[](); means ?
What is a shell structure examples?
When is an interface "good"?
what does static variable mean?
What is a macro, and explain how do you use it?
Explain why C language is procedural?