C,C++ Training
at
SMD Websolutions

Syllabus:

Module#1

C language Basics

  • Data Types
  • Indentation
  • operators
  • Bitwise Operators

Module#2

LOOPS

  • while Loop
  • for Loop
  • Nested Loop Statement
  • Break and Continue Statement

Module#3

Functions

  • Introduction to Functions
  • Need for Functions
  • Standard & User defined Functions
  • What is header file
  • How to create our own header file
  • Difference between source file & exe file
  • How to create exe file
  • Defining & Calling Functions
  • Storage Classes
  • Pass by Value, pass by Reference
  • Return by value & return by address
  • Recursive Functions

Module#4

Arrays

  • Introduction to Arrays
  • Need for Arrays
  • Arrays with pointers
  • Arrays with functions
  • Types of Arrays
  • One Dimensional Array
  • Two Dimensional Arrays

Module#5

Structures, Unions, Enum and typedef

  • Introduction to Structures
  • Defining Structures
  • Struct with pointers , arrays, strings and functions
  • Array ,strings as Structures Members
  • Containership
  • Union, Different between Structure & Union

Project

  • Project
  • FTP