INDEX
Sr. Page
Problem Statement Date Sign
No. No.
Write a function which adds three number and display
1
output on the screen.
2 Write a function to find factorial of a given number.
3 Write a function to reverse a given number.
Write a program to calculate factorial of given number
4
using recursive function.
Write a program using function which swap two number
5
using a) call by value and b) call by reference.
Write a program to dynamically allocate memory of n
6
items to an integer pointer, display their sum and average.
Write a program to dynamically allocate memory of n
7 items to a character array, end it with '\0' and count
number of vowels, consonants and spaces in it.
Write a program which create student structure which
8 accept- students rollno, student name, address, subject
marks, percentage and display same on screen.
Write a file handling program which accept student
9
information store it into disk file.
Write a program to separate even and odd numbers
10
available in file.
Write a program to copy contain of text file into another
11
text file.
Write a program to count number of lines and characters of
12
given text file
13 Write a program to remove blank lines from a file.
Write a program to count the no. of words in a given text
14
file.