精通 C 程序
Mastery of C program
- 01 - Mindset
- 001 New Mindset New Results
- 02 - Installation of Turbo C++
- 001 Installation video
- 03 - Introduction to C Program
- 001 Introduction
- 04 - Basic building blocks of C
- 001 Building blocks of C
- 05 - Tokens in C
- 001 Tokens
- 06 - Data types in C
- 001 Data types
- 07 - Decision Making
- 001 If,If..Else,Switch
- 08 - Looping Statements
- 001 For,While,Do ..While loop
- 09 - Arrays
- 001 Types of Arrays
- 10 - Structure
- 001 Structure
- 11 - Union
- 001 Union
- 12 - LValue Rvalue
- 001 Lvalue Rvalue
- 13 - Operators in C
- 001 Types of operators
- 14 - Input and Output functions
- 001 gets,puts,getchar,putchar,scanf,printf
- 15 - Functions
- 001 cally by value,call by reference
- 16 - Recursion
- 001 Recursion
- 17 - Strings
- 001 String functions
- 18 - Pointers
- 001 pointers
- 19 - Typedef
- 001 Typedef
- 20 - Scope of a variable
- 001 local,global
- 21 - Bitfields
- 001 Bitfields
- 22 - Type casting
- 001 Type casting
- 23 - Storage classes
- 001 storage classes
- 24 - Memory Management
- 001 Memory functions
- 25 - File handling
- 001 file handling
- 26 - Command line Arguments
- 001 Argc,Argv[]