What do you mean by jump statement? Explain each jump statement with example. Write a program to check whether a number entered is prime or not. [1+5+4]
2.
Write a program to print largest among three number entered by the user. [5]
Elements of C
1.
Explain structure of a C program with suitable example. [5]
2.
What is variable? How is it different from constant? How do you write comments in C? [1+2+2]
File Handling in C
1.
Write a program that simply reads data from a file. [5]
Functions
1.
Explain any three string functions. Write a program to check if two matrices are identical or not. [3+7]
2.
Write a program using your own function to find sum of two numbers. [5]
Input and Output
1.
Explain formatted I/O functions in detail. [5]
Introduction to Graphics
1.
Write a program to draw a line using graphics function. [5]
Pointers
1.
Explain dynamic memory allocation with example. [5]
Problem Solving with Computer
1.
Write short notes on: History of C, Bitwise operator. [5]
Structure and Union
1.
Define structure. Explain nested structure with example. Create a structure named book with name, author, and publisher as its members. Write a program using this structure to read data of 50 books and display name of those books published by 'XXX' publisher. [1+2+2+5]