csc115

C Programming

Medium Exam Preparation: 2 days
Question Papers (7)
logo

Community

FM: 60 PM: 24

C Programming

2078 Boards

Section A

Answer any two questions.

1

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.

10

2

Explain any three string functions. Write a program to check if two matrices are identical or act.

10

3

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 “XYX” publisher.

10

Section B

Answer any eight questions.

4

Discuss structure of a C Program with suitable example.

5

5

What is variable? How is it different from constant? How do you write comments in c?

5

6

Explain formatted I/O functions in detail.

5

7

Write a program using your own function to find sum of two numbers

5

8

Write a program to print largest among three numbers entered by the user.

5

9

Explain dynamic memory allocation with example

5

10

Write a program that simply reads data from a file

5

11

Write a program to draw a line using graphics function.

5

12

Write short notes on:

History of C
Bitwise Operator

5