Course Contents-2022

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Course Contents:

Lab Experiments:

1. L01

a. C++ Environment,
b. Output using cout,
c. String constants,
d. Escape sequences
2. L02

e. Data types,
f. Declarations and Initialization of data Variables,
g. Escape sequence
h. endl manipulator, Input by user “cin”
i. Arithmetic operator and precedence
3. L03

j. setw manipulator,
k. Type conversion,
l. Assignment statement,
m. Increment & decrement operators
4. L04
n. Conditional Statements,
o. Relational Operators,
p. Logical Operators,
q. Simple if, Nested if, nested if-else statements
5. L05

r. Switch case,
s. break,
t. continue,
u. default statement,
v. Do-While,
w. While loop
6. L06
x. Loop: while (Implementation of While loop. Executing and debugging of different programs
using While loop)
7. L07
y. Loop: For, Nested loops. (Implementation of While loop. Executing and debugging of different
programs using for loop)
8.

You might also like