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

CSE-114 - Lab Works - SC

The document outlines a course titled 'Introduction to Programming and Programming Contest Laboratory' with a focus on C programming. It details various session topics and corresponding experiments, including downloading IDEs, using operators, decision-making, looping, functions, pointers, and recursion. General guidelines for lab report submission are also provided, emphasizing the inclusion of specific elements such as objectives, source code, and discussions.

Uploaded by

emon.950940
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)
12 views2 pages

CSE-114 - Lab Works - SC

The document outlines a course titled 'Introduction to Programming and Programming Contest Laboratory' with a focus on C programming. It details various session topics and corresponding experiments, including downloading IDEs, using operators, decision-making, looping, functions, pointers, and recursion. General guidelines for lab report submission are also provided, emphasizing the inclusion of specific elements such as objectives, source code, and discussions.

Uploaded by

emon.950940
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

Course Title: Introduction to Programming and

Programming Contest Laboratory


Course Code: CSE-114

Session Topic: Introduction to C programming


Experiment-1: Write a report on how to download, install and use code-block IDE.
Experiment-2: Write a C program to print sum of two numbers.

Session Topic: Operators


Experiment-1: Write a C program that reads a year from the keyboard and determine
whether it is a leap year or not.
Experiment-2: Write a C program that reverses the digits of a given integer.
Experiment-3: Write a C program to check whether a given number is a prime number or
not.

Session Topic: Decision Making and Branching


Experiment-1: Write a C Program to check whether a person is eligible to vote or not using
if-else.
Experiment-2: Write a C Program to find the largest number of the three numbers using if
statement.
Experiment-3: Write a C Program to calculate the grade of the student according to the
specified marks using if-else-if ladder.

Session Topic: Looping


Experiment-1: Write a C program to find sum of all natural numbers.
Series: 1+2+3+4+...............................+N
Experiment-2: Write a C Program to print a multiplication table using for and while loop.

Session Topic: Function and Pointers


Experiment-1: Write a C program using user defined function to swap two number that
implement call-by-value.
Experiment-2: Write a C program using user defined function to swap two number that
implement call-by-reference.
Experiment-3: Write a C Program to swap two numbers without using the 3rd variable
using pointers.

Session Topic: Recursion


Experiment-1: Write a C Program to compute and print the Factorial of a given number
using recursion.
Experiment-2: Write a program to generate and display n terms of Fibonacci series using
recursive function.
GENERAL GUIDELINES:
Dear Students, your lab report to be submitted should include at least the following topics.
1. Cover page
2. Experiment No
3. Experiment Name
4. Objective(s)
5. Source Code
6. Output (compilation, debugging & testing)
7. Discussion & Conclusion.

*** For each Session Topic, attach one cover page only.
*** For each Session Topic, write one Discussion and Conclusion only.

Course Instructor
Mohammad Nadib Hasan
Lecturer
Dept. of Computer Science and Engineering, UCTC.

You might also like