Share :
5000
45 Days
Batch Starts : 2023-09-21

- C Basics
- History of C
- Characteristics of C
- C Programe structure
- Header files
- Variables
- Datatypes and Keywords
- Defining Global variables
- Printing out and input of variables
- Constants
- Operators
- Order of precedence
- Exercises
- Control Statements
- Conditional
- Ternary operator
- Switch-case
- Break
- labels
- Loops
- Continue
- Exercises
- Arrays
- One dimentional , two dimentional and multidimentional
- Introduction to Search methods (linear, binary)
- Introduction to sorting methods (selection , bubble)
- Strings
- Exercises
- Functions
- Userdedfined functions and its types
- Function prototyping
- Recursive functions
- Exercises
- Pointers
- Pointers objective
- Call by value
- Call by reference
- Pointers and arrays
- Types of pointers
- Exercises
- Dynamic Memory Allocation
- malloc
- calloc
- realoc
- free
- exercises
- Storage classes
- auto
- register
- static
- extern
- Exercises
- Miscellaneous keywords
- typedef
- volatile
- enum
- Preprocessor
- Include
- Define
- Define conditional statements
- Structures
- Defining and creating structure datatype
- Input and output in structures
- Using array in structures
- Using pointers in structures
- Using structure in a structure
- Exercises
- Union
- Definaing and creating union datatype
- Input and output in union
- Difference between structure and union
- Using union in a structure
- Exercises
- Streams
- Formated and unformated input and output functions
- File input and output functions
- Macros used in Files (FILE , EOF)
- feof,fopen, fclose
- operations in a text file using different modes
- fread,fwrite
- operations in a binary file using different modes
- operations in a database
- Exercises