c and cpp
c and cpp
Introduction :
Introduction Character set, Identifiers and Keywords, Variables, Displaying variables, Reading Variables,
UNIT-1
15 Hrs.
Character and Character String, Qualifiers, Type define Statements, Value initialized variables,
Constants, Constant Qualifier, Operators and Expressions, Operator Precedence and Associativity, Basic
input output: Single Character I/O, General Outputs, Types of Characters in format string, Scanf with
specifier, Searchset Arrangements and Supression Character, Format Specifier for scanf.
For - loop, While -loop, Do-While loop, Break statement, Switch statement, Continue statement, Go to
statement.
Functions: Function main , Functions accepting more than one parameter, User defined and library
functions, Concept associatively with functions, function parameter, Return value, recursion comparisons
of Iteration and recursion variable length argument list. .
String, Pointers: Definition and use of pointer, address operator, pointer variable, referencing pointer,
void pointers, pointer arithmetic, pointer to pointer, pointer and arrays, passing arrays to functions,
pointer and functions, accessing array inside functions, pointers and two dimensional arrays, array of
pointers, pointers constants, pointer and strings.
Structures, Array of Structure, Array within Structure, Creating user defined data type, pointer to
Structure and function. Union, difference between Union and Structure, Operations on Union, Scope of
Union. Dynamic memory allocation - Library function for Dynamic memory allocation, Dynamic Multi-
Dimensional arrays. File : - Introduction, Structure, File handling, Functions file types, Unbuffered and
buffered file, Error handling. Low level file Input- Output.
Introduction to C++ :
UNIT- 5
15 Hrs
Concept of Object Oriented Programming System. Characteristics of OOP Language, object class,
advantages of OOPS over procedural oriented program, inline function, function overloading, creating
class and object, constructor, destructor, operator overloading, Friend function, Inheritance.
Text Books:
SUGGESTED
READINGS