CBCS-2024 Programming in C
SEMESTER-1
PROGRAMMING IN C PRACTICAL
1. Course Description
Programme: B.Sc. Max. Hours: 30
Course Code: U24/CSC/DSC/101/P Hours per week: 2
Course Type: DISCIPLINE SPECIFIC CORE Max. Marks: 50
No. of credits: 1
2. Course Objective:
To Introduce the Fundamental Concepts of Programming through C Language.
3. Course Outcomes:
CO1: To Design Simple Algorithms for Arithmetic and Logical Problems.
CO2: To Understand Conditional Branching, Iteration, Recursion, Arrays, Structures
and Unions
PRACTICAL SESSIONS
1. Program to display Area, Perimeter of circle.
2. Program to calculate Simple Interest by accepting data
3. Program to display all Data types supported by C
4. Program to find Greatest of 3 numbers using Relational operator
5. Program to swap two numbers i) using third variable ii) without using third variable
6. Program to find Minimum of 3 numbers using Ternary operator (conditional Operator)
7. Program to find Sum of first “n” Even numbers using While loop.
8. Program to find out whether given number is palindrome or not using do while
9. Program to find the Factorial of given number using for loop 10. Program to perform
Arithmetic operations using Switch case
11. Program to generate Fibonacci series.
12. Program to read an array, display the elements in the in reverse order
13. Program to find maximum number in an array
14. Program to find the Factorial of given number using recursion
15. Program to illustrate all String functions
Department of Computer Science St. Francis College for Women, Hyderabad
CBCS-2024 Programming in C
PROGRAMMING IN C
PRACTICAL MODEL PAPER
Course Code: U24/CSC/DSC/101/P Time: 2Hrs
No. of Credits:1 Max Marks:50
Answer any two:
1. Write a C Program to find the greatest of three numbers.
2. Write a C program to find the factorial of a given number using recursion
3. Write a C program to add two matrices.
Department of Computer Science St. Francis College for Women, Hyderabad