C,C++

WELCOME TO FUTURE FLAME
foto
.

DESCRIPTION

.

Course Syllabus

Introduction

  • Why C
  • C Compiler, Operating System
  • Structure of C Program
  • Compilation
  • Header Files

Data Types and Keywords

  • Overview of Data Types
  • Use of Data Types
  • Modifiers, Qualifiers,

Format Specifiers

  • Rules for Identifiers
  • Constants and Variables
  • Keywords

Operators

  • Types of Operator and their Application
  • Operator Precedence and Associativity
  • Operator Notation Input/output in C
  • I/O Operations
  • Formatted and Unformatted I/O Control Structure
  • Decision Control Structure (If... Else)
  • Selection Control Structure (Switch, Case)
  • Jumping Control Structure (Goto)
  • Repetition Control Structure(While,Do..While and For)
  • Function

    • Importance of Function
    • Types of Function
    • Function Calling Conventions
    • Recursion Storage Class
    • Properties of Storage Class
    • Scope
    • Implementation

    Array

    • Why Array
    • Types of Array
    • Array and function
    • Pointer

      • Pointer and Address
      • How Pointer Works
      • Application of Pointer
      • Pointer and Array
      • Pointer and Function

      Dynamic Memory Allocation

      • What is DMA
      • DMA Functions Preprocessor
      • Introduction
      • Types of Preprocessor Directive
      • Structure and Union

        • What is Structure?
        • Implementation of Structure
        • Structure and Array
        • Structure and Function
        • Structure and Pointer
        • What is Union?

        Files

        • What is File?
        • Types of File
        • File Operations
        • File I/O Functions

        Command Line Arguments

        • What is Command Line

        Argument

        • Use of Command Line Argument