Learning C programming language basics for beginner level. course topics include various technical skills as follows:
Section 1 which includes What is programming?, What is C language?, C language syntax, C data types, Variables and constants, Console input and output. with the following videos:
Introduction And Environment Setup
Syntax And Data Types which includes
Variables And Constants
Console Output
Console Input
Section 2 and 3 which includes Operators, Decision making – if statement, if...else statement, If...else if...else Statement, nested if statements, switch statement. with the following videos:
Operators - Arithmetic, Relational and Logical Operators
Operators - Bitwise Operators, Sizeof and Conditional Expression
Operators Precedence & Decision Making: If statement
Decision Making Example
If else - if elseif
nested if - switch statement
nested switch
nested switch statements.
Section 4 which includes Loops concept, while loop, for loop, do...while loop, nested loops, Loop Control Statements, Infinite Loop. . with the following videos:
while and for loops
for, do while and nested_loops
Control Statements
goto & Infinite Loops
Loops Example
Section 5 which includes Arrays concept, Declaring Arrays, Initializing Arrays, Accessing Array Elements, Using arrays, Strings, Multi-dimensional Arrays. with the following videos:
Intro To Arrays
Using Arrays & Strings
Multi-Dimensional Arrays
Section 6 which includes Functions concept, Defining a Function, Function Declaration, Calling a Function, Recursion, Using CMD arguments. with the following videos:
Functions Concept
Function Definition
Function Declaration & Calling
CodeBlocks Example
Recursion
CMD Arguments