C & C++ Courses
Professional Training &
100% Projects Based Training

Be Professionals From Professionals               Only Professionals can Make u Professional

C & C++ courses in West Delhi offers below course content


Part Time
Duration 4 Weeks
Class 3 Hrs.
Days Weekend

CERTIFICATE COURSE IN C PROGRAMMING

 MODULE 1 Getting started

  •   Character set
  •   Constants
  •   Variables
  •   Keyboards
  •   Basic programming syntax
  •   Type declaration instruction
  •   Arithmetic instruction
  •   Integer &float conversion
  •   Operation Associativity
  •   Type of Operators(Arithmetic, Logical instruction)
  •   Integer, Float & Char conversion with modifier

 MODULE 2 The decision control structure

  •   The if statement
  •   The if-else statement
  •   Nested if-else
  •   Use of logical operator

 MODULE 3 The loop control structure

  •   The while loops
  •   The for loops
  •   The do while loops
  •   Nesting of loops
  •   Break & continue statements

 MODULE 4 The case control structure

  •   Decision using switch
  •   Switch values if-else
  •   The goto keyword
  •   Nested Switch declare

 MODULE 5 Function and Pointers

  •   What is function?
  •   Passing values between functions
  •   Scope of functions
  •   Call by value
  •   Call by reference
  •   Pointer notions
  •   Function calls
  •   What is Function? How to use inbuilt Function
  •   How to create userdefine Function
  •   Passing Function to Array, Structure , Pointer
  •   What is Pointer & notions

 MODULE 6 Data Types Revisited

  •   Integer, Long short
  •   Integer, signed & unsigned
  •   char , signed & unsigned
  •   Storage classes

 MODULE 7 storage class

  •   Automatic storage class
  •   Static storage class
  •   External storage class
  •   Arrays
  •   What are Arrays?
  •   Array initialization
  •   Pointers & Array
  •   Array of pointer
  •   Two dimensional Arrays
  •   Three dimensional Arrays

 MODULE 8 Structures

  •   Declaring a structure
  •   Accessing structure elements
  •   How structure elements are stored
  •   Array of structures

 MODULE 9 Control Input/Output

  •   Types of I/O
  •   Console I/O Functions
  •   Formatted console I/O function
  •   Unformatted console I/O functions

 MODULE 10 File Input / Output

  •   Data Organization
  •   File operations
  •   File opening modes
  •   Strings in file
  •   Text files & binary files
  •   Database Management
  •   Link List(Single ,Doubly , Circular)
  •   How to create Link List
  •   Dynamic Memory Allocation (Malloc,Calloc, Realloc,Tree)

 MODULE 11 Dynamic memory Allocation(Malloc, Relloc,Calloc,free)

  •   OPPS Concept
  •   Abstraction
  •   Inheritance
  •   Encapsulation
  •   Modularity
  •   Polymorphism

 MODULE 12 Introduction of Classes

  •   Need for classes
  •   Declaration of classes
  •   Referencing of classes
  •   Scope of classes and It’s members
  •   Nested classes

 MODULE 13 Using Objects

  •   Memory Allocation of objects
  •   Array of objects
  •   Objects as function arguments
  •   Function returning arguments

 MODULE 14 Function in a classes

  •   Inline function
  •   Constant member function
  •   Nesting of member function
  •   Scope resolution operator

 MODULE 15 Constructor & destructor

  •   Declaration & Definition
  •   Default constructor
  •   Parameterized constructor
  •   Copy constructor
  •   Declaration of destructors
  •   Some characteristics of Destructors

 MODULE 16 Linked list , Stack & Queue

  •   Types of linked list
  •   Queue as an array
  •   Stack an array


Part Time
Duration 4 Weeks
Class 3 Hrs.
Days Weekend

CERTIFICATE COURSE IN C++ PROGRAMMING

 MODULE 1 Getting started

  •   Character set
  •   Constants
  •   Variables
  •   Keyboards
  •   Basic programming syntax
  •   Type declaration instruction
  •   Arithmetic instruction
  •   Integer &float conversion
  •   Operation Associativity
  •   Type of Operators(Arithmetic, Logical instruction)
  •   Integer, Float & Char conversion with modifier

 MODULE 2 The decision control structure

  •   The if statement
  •   The if-else statement
  •   Nested if-else
  •   Use of logical operator

 MODULE 3 The loop control structure

  •   The while loops
  •   The for loops
  •   The do while loops
  •   Nesting of loops
  •   Break & continue statements

 MODULE 4 The case control structure

  •   Decision using switch
  •   Switch values if-else
  •   The goto keyword
  •   Nested Switch declare

 MODULE 5 Function and Pointers

  •   What is function?
  •   Passing values between functions
  •   Scope of functions
  •   Call by value
  •   Call by reference
  •   Pointer notions
  •   Function calls
  •   What is Function? How to use inbuilt Function
  •   How to create userdefine Function
  •   Passing Function to Array, Structure , Pointer
  •   What is Pointer & notions

 MODULE 6 Data Types Revisited

  •   Integer, Long short
  •   Integer, signed & unsigned
  •   char , signed & unsigned
  •   Storage classes

 MODULE 7 storage class

  •   Automatic storage class
  •   Static storage class
  •   External storage class
  •   Arrays
  •   What are Arrays?
  •   Array initialization
  •   Pointers & Array
  •   Array of pointer
  •   Two dimensional Arrays
  •   Three dimensional Arrays

 MODULE 8 Structures

  •   Declaring a structure
  •   Accessing structure elements
  •   How structure elements are stored
  •   Array of structures

 MODULE 9 Control Input/Output

  •   Types of I/O
  •   Console I/O Functions
  •   Formatted console I/O function
  •   Unformatted console I/O functions

 MODULE 10 File Input / Output

  •   Data Organization
  •   File operations
  •   File opening modes
  •   Strings in file
  •   Text files & binary files
  •   Database Management
  •   Link List(Single ,Doubly , Circular)
  •   How to create Link List
  •   Dynamic Memory Allocation (Malloc,Calloc, Realloc,Tree)

 MODULE 11 Dynamic memory Allocation(Malloc, Relloc,Calloc,free)

  •   OPPS Concept
  •   Abstraction
  •   Inheritance
  •   Encapsulation
  •   Modularity
  •   Polymorphism
  •   Inheritance (Single, Multiple, Multilevel,Hybrid,Hierachy)
  •   Polymorphism (Compile & Run Time)

 MODULE 12 Introduction of Classes

  •   Need for classes
  •   Declaration of classes
  •   Referencing of classes
  •   Scope of classes and It’s members
  •   Nested classes

 MODULE 13 Using Objects

  •   Memory Allocation of objects
  •   Array of objects
  •   Objects as function arguments
  •   Function returning arguments

 MODULE 14 Function in a classes

  •   Inline function
  •   Constant member function
  •   Nesting of member function
  •   Scope resolution operator
  •   Function Overloading & Overiding
  •   Virtual & Pure Virtual Function
  •   Static & Friend Function
  •   How to declare friend Function

 MODULE 15 Constructor & destructor

  •   Declaration & Definition
  •   Default constructor
  •   Parameterized constructor
  •   Copy constructor
  •   Declaration of destructors
  •   Some characteristics of Destructors
  •   Operator Overloading
  •   Use Of Binary Operator

 MODULE 16 Linked list , Stack & Queue

  •   Types of linked list
  •   Queue as an array
  •   Stack an array


Part Time
Duration 8 Weeks
Class 3 Hrs.
Days Weekend

CERTIFICATE COURSE IN C & C++ PROGRAMMING


 MODULE 1 Getting started

  •   Character set
  •   Constants
  •   Variables
  •   Keyboards
  •   Basic programming syntax
  •   Type declaration instruction
  •   Arithmetic instruction
  •   Integer &float conversion
  •   Operation Associativity
  •   Type of Operators(Arithmetic, Logical instruction)
  •   Integer, Float & Char conversion with modifier

 MODULE 2 The decision control structure

  •   The if statement
  •   The if-else statement
  •   Nested if-else
  •   Use of logical operator

 MODULE 3 The loop control structure

  •   The while loops
  •   The for loops
  •   The do while loops
  •   Nesting of loops
  •   Break & continue statements

 MODULE 4 The case control structure

  •   Decision using switch
  •   Switch values if-else
  •   The goto keyword
  •   Nested Switch declare

 MODULE 5 Function and Pointers

  •   What is function?
  •   Passing values between functions
  •   Scope of functions
  •   Call by value
  •   Call by reference
  •   Pointer notions
  •   Function calls
  •   What is Function? How to use inbuilt Function
  •   How to create userdefine Function
  •   Passing Function to Array, Structure , Pointer
  •   What is Pointer & notions

 MODULE 6 Data Types Revisited

  •   Integer, Long short
  •   Integer, signed & unsigned
  •   char , signed & unsigned
  •   Storage classes

 MODULE 7 storage class

  •   Automatic storage class
  •   Static storage class
  •   External storage class
  •   Arrays
  •   What are Arrays?
  •   Array initialization
  •   Pointers & Array
  •   Array of pointer
  •   Two dimensional Arrays
  •   Three dimensional Arrays

 MODULE 8 Structures

  •   Declaring a structure
  •   Accessing structure elements
  •   How structure elements are stored
  •   Array of structures

 MODULE 9 Control Input/Output

  •   Types of I/O
  •   Console I/O Functions
  •   Formatted console I/O function
  •   Unformatted console I/O functions

 MODULE 10 File Input / Output

  •   Data Organization
  •   File operations
  •   File opening modes
  •   Strings in file
  •   Text files & binary files
  •   Database Management
  •   Link List(Single ,Doubly , Circular)
  •   How to create Link List
  •   Dynamic Memory Allocation (Malloc,Calloc, Realloc,Tree)

 MODULE 11 Dynamic memory Allocation(Malloc, Relloc,Calloc,free)

  •   OPPS Concept
  •   Abstraction
  •   Inheritance
  •   Encapsulation
  •   Modularity
  •   Polymorphism

 MODULE 12 Introduction of Classes

  •   Need for classes
  •   Declaration of classes
  •   Referencing of classes
  •   Scope of classes and It’s members
  •   Nested classes

 MODULE 13 Using Objects

  •   Memory Allocation of objects
  •   Array of objects
  •   Objects as function arguments
  •   Function returning arguments

 MODULE 14 Function in a classes

  •   Inline function
  •   Constant member function
  •   Nesting of member function
  •   Scope resolution operator

 MODULE 15 Constructor & destructor

  •   Declaration & Definition
  •   Default constructor
  •   Parameterized constructor
  •   Copy constructor
  •   Declaration of destructors
  •   Some characteristics of Destructors

 MODULE 16 Linked list , Stack & Queue

  •   Types of linked list
  •   Queue as an array
  •   Stack an array


 MODULE 1 Getting started

  •   Character set
  •   Constants
  •   Variables
  •   Keyboards
  •   Basic programming syntax
  •   Type declaration instruction
  •   Arithmetic instruction
  •   Integer &float conversion
  •   Operation Associativity
  •   Type of Operators(Arithmetic, Logical instruction)
  •   Integer, Float & Char conversion with modifier

 MODULE 2 The decision control structure

  •   The if statement
  •   The if-else statement
  •   Nested if-else
  •   Use of logical operator

 MODULE 3 The loop control structure

  •   The while loops
  •   The for loops
  •   The do while loops
  •   Nesting of loops
  •   Break & continue statements

 MODULE 4 The case control structure

  •   Decision using switch
  •   Switch values if-else
  •   The goto keyword
  •   Nested Switch declare

 MODULE 5 Function and Pointers

  •   What is function?
  •   Passing values between functions
  •   Scope of functions
  •   Call by value
  •   Call by reference
  •   Pointer notions
  •   Function calls
  •   What is Function? How to use inbuilt Function
  •   How to create userdefine Function
  •   Passing Function to Array, Structure , Pointer
  •   What is Pointer & notions

 MODULE 6 Data Types Revisited

  •   Integer, Long short
  •   Integer, signed & unsigned
  •   char , signed & unsigned
  •   Storage classes

 MODULE 7 storage class

  •   Automatic storage class
  •   Static storage class
  •   External storage class
  •   Arrays
  •   What are Arrays?
  •   Array initialization
  •   Pointers & Array
  •   Array of pointer
  •   Two dimensional Arrays
  •   Three dimensional Arrays

 MODULE 8 Structures

  •   Declaring a structure
  •   Accessing structure elements
  •   How structure elements are stored
  •   Array of structures

 MODULE 9 Control Input/Output

  •   Types of I/O
  •   Console I/O Functions
  •   Formatted console I/O function
  •   Unformatted console I/O functions

 MODULE 10 File Input / Output

  •   Data Organization
  •   File operations
  •   File opening modes
  •   Strings in file
  •   Text files & binary files
  •   Database Management
  •   Link List(Single ,Doubly , Circular)
  •   How to create Link List
  •   Dynamic Memory Allocation (Malloc,Calloc, Realloc,Tree)

 MODULE 11 Dynamic memory Allocation(Malloc, Relloc,Calloc,free)

  •   OPPS Concept
  •   Abstraction
  •   Inheritance
  •   Encapsulation
  •   Modularity
  •   Polymorphism
  •   Inheritance (Single, Multiple, Multilevel,Hybrid,Hierachy)
  •   Polymorphism (Compile & Run Time)

 MODULE 12 Introduction of Classes

  •   Need for classes
  •   Declaration of classes
  •   Referencing of classes
  •   Scope of classes and It’s members
  •   Nested classes

 MODULE 13 Using Objects

  •   Memory Allocation of objects
  •   Array of objects
  •   Objects as function arguments
  •   Function returning arguments

 MODULE 14 Function in a classes

  •   Inline function
  •   Constant member function
  •   Nesting of member function
  •   Scope resolution operator
  •   Function Overloading & Overiding
  •   Virtual & Pure Virtual Function
  •   Static & Friend Function
  •   How to declare friend Function

 MODULE 15 Constructor & destructor

  •   Declaration & Definition
  •   Default constructor
  •   Parameterized constructor
  •   Copy constructor
  •   Declaration of destructors
  •   Some characteristics of Destructors
  •   Operator Overloading
  •   Use Of Binary Operator

 MODULE 16 Linked list , Stack & Queue

  •   Types of linked list
  •   Queue as an array
  •   Stack an array


C & C++ Training center in West Delhi, Uttam nagar. Best certified computer course curriculum for professional learning institute near Dwarka, Uttam Nagar, Jankapuri, Tilak Nagar, Subhash Nagar, Tagore Garden, Rajouri Garden, Ramesh Nagar, Moti Nagar, Kirti Nagar, Shadipur, Patel Nagar, Rajendra Place, Karol Bagh, Jhandewalan, Ramakrishna Ashram, Connaught Place, vikaspuri, najafgarh, Delhi Cantt, Dhaula Kuan, Palam Colony, Palam Villag, Dabri, Hari Nagar, Fateh Nagar, Raja Garden, Punjabi Bagh, Shivaji Park, Paschim Vihar, Peeragarhi, Inderlok, Netaji Subhash Place, Pitampura, Rohini, Chandni Chowk, New Delhi, East Delhi, North Delhi, West Delhi.



Message Us

Max Chars Allowed = 100

Copyright © Computec Professionals Group