You are on page 1of 1

List of Programs (Strings, Structure, file handling)

1.
2.
3.
4.
5.
6.
7.
8.

WAP to read and write your name using gets() and puts().
WAP to demonstrate the use of various string functions.
WAP to sort the characters of string alphabetically.
WAP to print student record using structure.
WAP to compute the percentage and grade of student using structures.
WAP to calculate the percentage of n students using array of structures.
WAP to demonstrate the use of union.
WAP to accept one line of text one character at atime and write it into the
disk file.
9. WAP to read a file one character at a time and print the result on screen.
10.WAP to wite integer data in a file.
11.WAP to write an array of 5 elements to a file.
12.WAP to demonstrate the command line arguments.

You might also like