Cprogramming Practical SET-semester BscIT
Cprogramming Practical SET-semester BscIT
Practical List
1. Evaluate the expression which performs all arithmetic operations in mixed mode.
2. Create a Program to calculate simple interest.
3. Evaluate and Check the given number is odd or even - using if else/switch case/conditional operator
methods.
4. Construct a program to print all prime numbers between any two given limit.
5. Design a Program to find the sum of the digits of a number.
6. Create a Program to calculate gross salary of an employee
[using formula: gross Sal = basic_sal+hra+da].
7. Create a program to finding area of a square, rectangle, and circle using switch case.
8. Generate a program to arrange the given set of numbers in ascending and descending order.
9. Create a program to calculating Matrix addition.
10. Generate a Mark list processing using Structure.
11. Create a program to calculate the factorial value using recursive function.
12. Create a Program to perform various file operations – Add and Finding no of records in
the file.
List of Practical
1. a) Evaluate the expression which performs all arithmetic operations in mixed mode.
b) Create a program to calculating Matrix addition.
3. a) Evaluate and Check the given number is odd or even - using if else/switch case/conditional
operator methods.
b) Create a Program to perform various file operations – Add and Finding no of records in
the file.
4. a) Construct a program to print all prime numbers between any two given limit
b) Create a program to calculate the factorial value using recursive function.
3. a) Evaluate and Check the given number is odd or even - using if else/switch case/conditional
operator methods.
b) Create a Program to perform various file operations – Add and Finding no of records in
the file.
4. a) Construct a program to print all prime numbers between any two given limit
b) Create a program to calculate the factorial value using recursive function.
6. a) Create a Program to calculate gross salary of an employee [using formula: gross Sal =
basic_sal+hra+da].
b) Generate a program to arrange the given set of numbers in ascending and descending
order.