You are on page 1of 1

LIST OF PROGRAMS FOR COMPUTER PRACTICE LAB-1

Data Types, Expression Evaluation, Condition 1. Leap year. 2. Find the given number is odd or even. 3. (a) Find Area and Circumference of the circle. (b) Find Area and Perimeter of the circle. 4. Generate Fibonacci series. 5. Factorial of the given number. 6. Convert Binary to Decimal. 7. Find the given number is prime or not. 8. Find the roots of the quadratic equation. 9. Convert Celsius value to Fahrenheit and Fahrenheit to Celsius. 10. Largest of the three numbers. 11. Find the given number is palindrome or not. Arrays and functions 12. 13. 14. 15. 16. 17. 18. 19. 20. Call by value and call by reference. Matrix addition. Matrix multiplication. Palindrome or not (strings). Print the ascending or descending order of the given array. Length of the string. Reverse the string. Find the largest and smallest of the given numbers. Function without argument and no return value, with argument no return value, with argument and return value. 21. Find factorial using recursion. 22. Swap two numbers (with temporary and without temporary variable). Structure and union 23. Print the student name, roll no, and mark using structure. 24. Print the student name, roll no, and mark using union. 25. Student database using structure.

WWW.PROFMARIAMICHAEL.COM

Page 1

You might also like