0% found this document useful (0 votes)
2 views2 pages

Programming in C P

The document outlines the Programming in C practical course for B.Sc. students, detailing its objectives, outcomes, and practical sessions. It includes a list of programming tasks such as calculating area, finding the greatest of three numbers, and generating Fibonacci series. Additionally, a model paper is provided with sample questions for assessment.

Uploaded by

Samir Damodaran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Programming in C P

The document outlines the Programming in C practical course for B.Sc. students, detailing its objectives, outcomes, and practical sessions. It includes a list of programming tasks such as calculating area, finding the greatest of three numbers, and generating Fibonacci series. Additionally, a model paper is provided with sample questions for assessment.

Uploaded by

Samir Damodaran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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

You might also like