You are on page 1of 4

INDEX

S. No. Topic Pages Done On Teachers Sign


Write a Program to print your name
1 1 4-08-2017
using printf() function
Write a Program to print your name
2 2 4-08-2017
and use clrscr() function
Write a Program to print your
3 3 4-08-2017
address use \n escape constant
4 Write a Program to add two numbers 4 4-08-2017
Write a Program to add two given
5 5 4-08-2017
numbers
Write a Program to print ASCII
6 6 11-08-2017
value of a character
Write a Program to print a given
7 7 11-08-2017
character
Write a Program to print address of a
8 8 11-08-2017
given variable
Write a Program to calculate Simple
9 9 11-08-2017
Interest using given values
Write a Program to print character
10 10 11-08-2017
from its ASCII value
Write a Program to convert
11 temperature from Celsius to 11 11-08-2017
Fahrenheit
Write a Program to swap two given
12 12 11-08-2017
variables using a temporary variable
Write a Program to swap two given
13 variables without any temporary 13 18-08-2017
variable
Write a Program to make a
14 14 18-08-2017
Calculator
Write a Program to find the Roots of
15 15-16 18-08-2017
a given Quadratic Equation
Write a Program to check if a given
16 17 18-08-2017
year is a Leap Year
Write a Program to find smallest
17 18 18-08-2017
number from three given numbers
Write a Program to detect the type of
18 character (number,alphabet,special 19 18-08-2017
character) of a given value

Write a Program to print all possible


19 20 18-08-2017
combinations of three given values
Write a Program to display day of
20 the week according to its given 21 18-08-2017
number(1-7)
Write a Program to Calculate Arear
21 of Triangle using given base and 22 01-09-2017
height
Write a Program to print Surface
22 Area and Volume of a Cube of given 23 01-09-2017
side
Write a Program to find average of 5
23 24 01-09-2017
given values
Write a Program to print Area of a
24 Circle of given Radius until it is not 25 01-09-2017
0
Write a Program to print first n given
25 26 01-09-2017
Prime Numbers
Write a Program to check if a given
26 27 01-09-2017
number is Prime Number
Write a Program to print first n given
27 28 08-09-2017
Natural Numbers and their Sum
Write a Program to display number
28 29 08-09-2017
of Days in a given Month
Write a Program to convert given
29 temperature from Celsius to 30 08-09-2017
Fahrenheit and vice-versa
Write a Program to print sum of a
30 Geometric Progression of given 31 08-09-2017
values
Write a Program to print the
31 32 08-09-2017
multiplication table of 2

Write a Program to print sum of n


32 33 08-09-2017
given Even and Odd numbers
Write a Program to print the
33 following pattern 34 22-09-2017
1
12
123
1234
12345
Write a Program to print the
following pattern

12345
34 35 22-09-2017
1234
123
12
1
Write a Program to print the
following pattern

54321
35 36 22-09-2017
5432
543
54
5
Write a Program to print the
following pattern

54321
36 37 22-09-2017
4321
321
21
1
Write a Program to print the
following pattern

*
37 38 22-09-2017
**
***
****
*****
Write a Program to print the
following pattern

*****
38 39 22-09-2017
****
***
**
*
Write a Program to print the
following pattern
39 40 22-09-2017
1
22
333
4444
55555
Write a Program to print the
following pattern

12345
1234
123
40 41-42 22-09-2017
12
1
12
123
1234
12345
Write a Program to print the
following pattern

A
41 43 22-09-2017
AB
ABC
ABCD
ABCDE
Write a Program to print the
following pattern

*
42 44 22-09-2017
**
***
****
*****
Write a Program to print the
following pattern

1
43 45 22-09-2017
12
123
1234
12345

You might also like