CS3271 Set5
CS3271 Set5
Write a C program to check whether the entered character is vowel or not(Use switch
case).
1.
2. a.Write a C program to find whether the given year is leap year or not.
5. Display all prime numbers between two intervals using the C program(Use Functions).
Page 1 of 2
10. a.Write a C program to copy the contents of one file to another.
11. a.Write C program to count the number of lines, words and characters in a given text.
12. Write a C program that displays the position or index in the main string S where the sub
string T begins, or - 1 if S doesn't contain T.
14. Write a C program to count the number of account holders whose balance is less than the
minimum balance using a sequential access file.
16. Write a C program that uses functions to perform Multiplication of Two Matrices
18. a.Write a C program to find the sum of individual digits of a given positive
integer.
19. Write a C program to insert, update, delete and append telephone details of an individual
or a company into a telephone directory using a random access file.
20. a. Write a C program that uses functions and structures to perform the following
operations:
Page 2 of 2