Attempt any Eight questions.
[8*5=40]
4.
Explain the basic structure of C Programming. [5]
5.
Describe different formatted input and output functions. Why do we use them? [4+1]
6.
Write a program to display first 50 prime numbers. [5]
7.
Write a program to display the following series up to 25 terms but do not print the 7th term. 2×3, 3×5, 4×7, 5×9... [5]
8.
Demonstrate the use of recursive function with a suitable example. [5]
9.
Create a structure called STUDENT with data members SID, name, address, CGPA. Write a program to initialize the value of 100 students and display the information of those students whose address is "KTM" and CGPA is between 3.5 to 4. [5]
10.
Explain different file opening modes. [5]
11.
Write a program to draw two shapes of your choice using graphics function. [5]
12.
Write short notes on: a) Global variable b) Debugging Debugging [2.5+2.5]