642
Page views
5
Files
0
Videos
0
R.Links

Icon
Syllabus

UNIT
1
Problem Solving Techniques

Problem solving techniques: Algorithm, Flowchart, Pseudocode – Introduction to C - Structure of a C program – C character set – Keywords – Identifiers – Constants – Variables– Rules for defining variables – Declaring and initializing variables - Data types

UNIT
2
Operators and Expressions

Operators and Expressions – Formatted and Unformatted I/O functions – Decision statements – Loop control statements - Arrays – String and its standard functions- Pointers - structure

UNIT
3
Introduction to C++

Introduction to C++ : Introduction of OOP features and Applications - Beginning with C++ Applications – Tokens - A simple C++ program - Structure of C++ program - Creating a source file, compiling and Linking

UNIT
4
Expressions and Control Structures

Expressions and control structures - Basic data types - Array - Pointers - Operator in C++ - Implicit conversions - Functions in C++ - call by value – call by reference

UNIT
5
Classes & Objects

Classes & objects – constructors and destructors – overloading – inheritance – polymorphism

Reference Book:

• Ashok N kamthane, “Object Oriented Programming With ANSI and Turbo C++”, Pearson Education publication, 2006 • Robert Lafore, ”Object Oriented Programming With C++”, Techmedia Publication, 2002 • Herbert Schildt , “The Complete Reference C”, McGraw-Hill programming series”, 2008

Text Book:

• E Balagurusamy, “ Programming in ANSI C”, Tata McGraw-Hill, Third Edition, 2003 • E Balagurusamy, “ Programming with C++”, Tata McGraw-Hill, Sixth Edition, 2013

 

Print    Download