You are on page 1of 1

C Programming Test

March 12th 2021 Software and Web Development Marks : 10

1.What is a C Program ?
2.What do you understand by software ?
3.What is a function or method ?
4.What do you mean by #include<stdio.h> ?
5.Write a program to print some characters.
6.Write a program to check a given no. is perfect or not.
7.What is printf() and scanf() ?
8.What is a main() method ?
9.Write a program to print prime no between 100 to 2
starting from 100 to 2.
10. Write a program to print 10 even and odd numbers in
separate line. First line even numbers and second line odd
numbers.

You might also like