• 90 2821 6081
  • Education is the most powerful weapon which you can use to change the world - Nelson Mandela
  • Title Image Credit : ninjascholarskills

    Course Duration : 2 Months

  • C Course

    C Tutorial

    Mode : Offline
    Days : Monday-Saturday
    Batch Timing : Morning (7:00 to 8 :00 AM, 8:00 to 9 :00 AM )
    Additional : Printed Notes
  • Course Details:

    • Overview of the Programming Languages
    • What is C Language
    • Why C Language
    • Future in C Language
    • Setting up and Installing C Language
    • Prerequisite in C Language
    • Installation of C
    • Data Type, Constants & Variables
    • What is Data Types in C Language
    • Integers, long and short in C Language
    • Integers, signed and unsigned in C Language
    • Chars, signed and unsigned in C Language
    • Floats and Doubles in C Language
    • Constants in C
    • Variables in C
    • Keywords in C
    • How to get input from user
    • How to display output to user
    • Statement
    • IF-Else Statement in C Language
    • for Loop in C Language
    • While Loop in C Language
    • Do-While Loop in C Language
    • Break in C Language
    • Continue in C Language
    • Switch in C Language
    • Function
    • What is a Function in C Language
    • Passing Values between Functions in C Language
    • Call by Value in C Language
    • Call by Reference in C Language
    • Pointer
    • An Introduction to Pointers
    • Pointer Notation in C Language
    • Back to Function Calls in C Language
    • Recursion in C Language
    • Preprocessor
    • The C Preprocessor in C Language
    • Features of C Preprocessor
    • Macro Expansion in C Language
    • Macros with Arguments
    • Macros versus Functions
    • File Inclusion in C Language
    • #if and #elif Directives
    • Miscellaneous Directives in C Language
    • #undef Directive
    • #pragma Directive
    • Arrays
    • What are Arrays in C Language
    • A Simple Program Using Array
    • How to Initialize Array in C Language
    • Passing Array Elements in C Language to a Function
    • Pointers and Arrays in C Language
    • Passing an Entire Array to a Function in C Language
    • Two Dimensional Arrays in C Language
    • Initializing a 2-Dimensional Array
    • Pointers and 2-Dimensional Arrays
    • Passing 2-D array to a Function
    • Array of Pointers
    • Three Dimensional Array
    • String
    • What are Strings in C Language
    • How to get length of a string in C Language using strlen( )
    • How to copy a string in C Language using strcpy( )
    • How to concatenate a string in C Language using strcat( )
    • How to compare two string in C Language using strcmp( )
    • Structures
    • What is Structures in C Language
    • Why Use Structures in C Language
    • Declaring a Structure in C Language
    • Accessing Structure Elements in C Language
    • How Structure Elements are Stored
    • Array of Structures in C Language
    • Additional Features of Structures
    • Uses of Structures
    • File Operation
    • File Input/Output in C Language
    • File Operations in C Language
    • Opening a File in C Language
    • Reading from a File in C Language
    • Closing the File in C Language
    • Counting Characters, Tabs, Spaces,
    • A File-copy Program in C Language
    • Writing to a File in C Language
    • File Opening Modes
    • String (line) I/O in Files
    • Operator & Enum
    • Operations On Bits in C Language
    • Bitwise Operators
    • One’s Complement Operator
    • Right Shift Operator
    • Left Shift Operator
    • Bitwise AND Operator
    • Bitwise OR Operator
    • Bitwise XOR Operator