
C Language is a high-level language but sometimes it is also called mid-level language as C combines the virtues of high-level programming languages with the efficiency of assembly languages. Using C programmers can directly manipulate bits of data inside the processing unit. As a result C programs run significantly faster than programs written in other languages. That is why it is often called a middle-level language.
Course Table of Contents
- Setup C language work environment.
- What is Programming?
- What is C Language?
- Defining Variables and Constants in C.
- Difference Between Identifiers and Keywords in C.
- Variables and Naming Rules in C.
- Local vs Global Variables.
- Variable Decleration and Initialization.
- What is Data Type in C?
- What is Comment in C Language?
- Escape Sequences With Example in C Language
- Integers in C Language.
- What is integer overflow?
- What are floating-point numbers?
- Char data type in c.
- What is Expression?
- Operators in C Language.
- Printf() function in c.
- Scanf() function in c.
- Conditional Expression in c.
- If condition in c
- Switch statement in c
- What is a loop?
- For loop in c.
- Nested for loop in c.
- While loop in c.
- Do while loop in c.
- Define a function in c. or what is a function in c?
- What is a function prototype in c?
- Function definition.
- Function Call.
- Function Parameters.
- Function return statement.
- Function recursion or Recursive function in c.
- What is an array in c?
- Array initialization.
- What is an array subscript?
- Multidimensional Arrays
- How to pass an array to a function?
- What is a pointer in C?
- Pointer Function, Array and String.
- What is the structure in C?
- What is structure-function, structure-array and structure-pointer?
- What is a union in C?
- String in C?
- Graphics in C?
- Graphics function in C.
- Filing in C.