Learn C Programming Step by Step
Through amazing Videos
What you'll learn in This Course
Understand the fundamentals of the C Programming Language, learn how to write high-quality effective code.
Create your first c program by using Devc++ IDE.
Understand variables and the different data types used in c programming
if else statements, switch-case, loop for ,while and do - while loop with so many examples.
Array - 1 dimensional and 2-dimensional with many examples.
String in c programming ,use of string library function .
Writing User Define function, parameter passing to function, returning value from function.
Storage classes - auto, extern ,static, and register
Pointer - how to use pointer ,void pointer, null pointer, pointer as a parameter in function, Relationship between arrays and pointers. array of pointers.
Command line arguments.
Reading and writing with files, both text and binary.
Recursion - c programming language recursion.
User Define Function and pointers as a parameter in function
Bit wise operators in C programming.
Structure , union and enumeration.
Different type of preprocessor directives in c programming