1. Introduction to C on Linux
2. Commands to Check Whether Gcc Installed or Not
3. Commands to Install Gcc on Linux
4. Gcc Architecture Overview
5. First C Program
6. Compile C program on Linux
7. Gcc Compiler With -C Option
8. Gcc Various Options
9. Gcc Various Options Practical
10. Various Stages of Compilation
11. Various Stages of Compilation Practical
12. Development Stages of Program
13. Types of Variables Theory
14. Variable Declaration Definition and Printing Values
15. Variable Declaration Definition and Printing Values Practical
16. Arithmetic Operators in C
17. Arithmetic Operators in C Practical
18. Operators
19. Operators Available and Conclusion
20. Control Loops in C Introduction
21. Go to Loop Theory
22. If Else Loop Theory
23. If Else Loop Hindson
24. If Else Loop Hindson continue
25. Go to Loop Hindson
26. Difference Between Break
27. Switch Control Statement
28. Break Continue Switch Hindson
29. Break Continue Switch Hindson Continue
30. Switch Versus If Else Ladder
31. Case Study On Loops And Condition Statements
32. While Loop Theory
33. Calculation of Simple Interest for 3 Step
34. While Loop Hindson
35. Do While Hindson Theory
36. Do While Hindson Practical
37. For Loop Theory
38. For Loop Practical
39. For Loop Hindson
40. For Loop Hindson Practical
41. Various Concepts of Infinite Loop
42. Nested Loops
43. Introduction to Function
44. User Defined Function
45. Function Definition
46. Function Declaration
47. Functions with no Parameters no Arguments
48. Functions with no Return Parameters But has Arguments
49. Functions with Return Parameters But has no Arguments
50. Functions With Return Parameters and has Arguments
51. Case Study of Calculator Using All Four Types of Functions
52. Case Study of Calculator Using All Four Types of Functions Continue
53. Main Function Execution
54. Recursive Function Concepts
55. Calling Function and Called Function
56. Pointer Introduction
57. Address Operator
58. Pointer Variable Declaration
59. Indirection Operator
60. Pointer Arithmetic
61. Double Deference
62. Void Pointer
63. Volatile Pointers
64. Introduction of Variables Arguments Function
65. More on Unnamed Arguments AM
66. Variadic Functions Declaration Syntax
67. VF Unnamed Arguments AM
68. Command Line Arguments