Important Questions [9]
- Explain Gets() and Puts() Functions of C Language. Comment on Their Parameters and Return Values.
- State Any Two Library Functions String.H Along with Its Syntax, Use an Example.
- Explain call by value with an example.
- What is recursion? Write a program to find xy using recursion.
- What are advantages and disadvantages of recursion? Comment on conditions to be considered while writing a recursive function. Write a program to print Fibonacci series up to N terms using a recursi
- Explain Recursive Function. Write a Program to Find the Gcd of a Number by Using Recursive Function.
- What is Recursion? Wap Using Recursion to Find the Sum of Array Elements of Size N.
- What is Significance of Storage Classes? Explain It with Relevant Examples.
- What is the Usage of Storage Classes? Explain Extern Storage Classes with Suitable Example.
