Write a program to find sum and average of 10 integer numbers stored in an array. [5]
Control Statement
1.
Discuss different types of if statements with suitable example of each. Different if statement with switch statement. [8+2]
Elements of C
1.
Discuss structure of a C program with suitable example. [10]
2.
What is type conversion? Discuss type casting with suitable example. [5]
File Handling in C
1.
Write a program to read and print data stored in a file input.txt. [5]
Functions
1.
Write a program that computes the sum of digits of a given integer number. [5]
2.
What is function? Discuss the benefits of using function. [1.5+3.5]
Introduction to Graphics
1.
Why do we need graphics functions? Write a program to draw a circle. [2+3]
Operators and Expression
1.
Discuss increment and decrement operator with example. [5]
Pointers
1.
Define pointer. Discuss the relationship between pointer and one-dimensional array. [1.5+3.5]
Problem Solving with Computer
1.
What is algorithm? How is it different from flow chart? [2+3]
Structure and Union
1.
What is the structure? How is it different from array? Create a structure student having data members name, roll number and percentage. Complete the program to display the name of student having percentage greater than or equal to 60. [5+5]