C Programming
Home
/ C language
More Detail
AINWIK INFOTECH
Home
About
About Us
Director's Message
Services
Training
Developement
Placement
Gallery
Courses
Registration
Apply Cerificates
Our Team
Contact
C PROGRAMMING
COURSE CONTENT
Designed By Industry Expert
INTRODUCTION TO C
History Of C Language
Feature Of C Language
Feature Of C Language
Procedural Approach
Procedural Approach
Introduction To Compiler, Interpreter, Assembler
Working Of Compiler
Compiling, Linking and Running Process
IDEs
BASIC OF C LANGUAGE AND BUZZWORS
Preprocessor Directive
Data Type
Data Type
Constants
Identifiers
Tokens
Key Words
INPUT AND OUTPUT INSTRUCTIONS
Reading And Writing Functions
Built In Functions
Built In Functions
Jump Statements ( Goto , Break, Continue)
If Statement
If Else Statement
Nested If Else Statement
If Else If Ladder Statement
Loops (for, While, Do While)
POINTERS
Introduction To Pointers
Pointer Expressions
Types of Pointers
Void Pointers
Null Pointer
Wild Pointer
Dangling Pointer
Various Examples of Pointers
Pointer Arithmetic
Array Using Pointers
String Using Pointers
Pointers In Functions
ARRAY AND STRING
Introduction To Array
One, Two, Multi-Dimensional Arrays
Various Operations on Array
Sorting And Searching in Array
Introduction To String
Various Operations on Strings
Applications Of String
FUNCTIONS
Introduction to Functions
Types of Functions
Nesting of Functions
Various Example of Functions
Integer passing is Functions
Strings passing is Function
Function returning Address
Recursion
Storage Classes
STRUCTURE
Introduction to Structure
Advantages of Structure
Array of Structure
Structure using Pointer
Structure with Functions
Applications of Structure
UNION
Introduction to Union
Advantage of Union
DYNAMIC MEMORY ALLOCATION
Introduction to Dynamic Memory Allocation
Advantage of Dynamic Memory Allocation
Malloc() , Calloc(), Realloc(), Free();
Array Implementation using Dynamic Memory Allocation
ENUM
Introduction to Enum
Various Example of Enum
FILE MANAGEMENT
Introduction to File Management
File Opening Modes
Opening And Closing a File
Input Output Operations on File
Error Handling
Command Line Arguments
Applications of File Management
PREPROCESSOR
Macros
File Inclusions
Compiler Control Directives