Computer Laboratory I

Back


 

  Laboratory Experiments:
 

First Class

Exp.  No. Title
1 Commands of Dos (Disk Operating System)
2 Commands of Windows (Windows Operating System)
3 The Form of a C++ Program
4 Output in C++ Program (cout function)
5 Input in C++ Program (cin function)
6 Hexadecimal and Octal Constants
7 Comments
8 Data Types (Type Modifiers) & Limits of Modifiers
9

   C++ Operators

10 Program Control Statements (Selection Statements)
11 Remainder Operators
12 The & and * Pointer Operators
13 Program Control Statements (Iteration Statements)
14 C++ Mathematical Functions
15 The String Functions
16 One-dimension array
17 Two & Multi-dimension array
18 Function