Syllabus of C++

You might also like

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

Mastermind Engineering Consultancy

Syllabus of c++

Hour

1.0 Introduction
1.1 Difference between pop and oop
1.2 Definition of language
1.3 Keywords, identifiers
1.4 Operators
2.0 Condition
2.1 if, if else , Nested if else
3.0 Control Statement
3.1 For loop
3.2 While loop
3.3 Do while loop
3.4 Break, continue, exit, go to
4.0 Class and Object
4.1 Definition
4.2 Class Members

5.0 Function
5.1 Function Prototype
5.2Call by variable and Call by reference
5.3Library Function
5.4Function Overloading
5.5 Function Over riding
5.6 Function argument
5.7 Friend function
6.0 Pointer
6.1 This Pointer
6.2 Pass by value and pass by reference
7.0 Array
7.1 Array passing to the function
7.2 Array passing to the object
8.0 File handling
8.1 Console input and out put
8.2 File read and write
9.0 Graphics
10.0
Project Work
Total

2
4

2
3
3
2
2
27

You might also like