Write a program to print fibonacci series using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
What is a symbolic constant?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
How do you override a defined macro?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
How can you increase the size of a statically allocated array?
What are the advantages of using macro in c language?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
Which programming language is best for getting job 2020?
What is difference between arrays and pointers?