C Programming and Overview of Data Structures
Familiarization with Turbo C IDE; Installation, Execution
Tutorial for installation of Turbo-C Compiler (click on the link)
Installation of Turbo-C compiler video-1
Introduction to C programming language (Click here)
Tutorial for writing a simple program using C Language (Click)
Writing a simple program in C Language video-2
Introduction to 'C' languages
Managing Input and Output
Standard Input and Output Statements video-5
Decision Making and Nested IF
Loops and Application
Introduction to LOOP using for, while and do-while video-8
Examples of loop video-9
Using LOOP to find summation of a range of number and finding factorial of a number Video-10
Using Loop for segregating digits of a given number and generating reverse of a number Video-11
Understanding flow of execution in C language Video-12
Arrays
Introduction and explanation of Arrays Video-13
Explanation of Array using an Example Video-14
Introduction and Explanation for two dimensional arrays Video-15
User Defined Functions and Scope of Variables
Introduction and usage of User-Defined functions Video-16
Overview of global and local variable Video-17
Program Execution for understanding scope of variables video-17a
Strings
Introduction to strings and basic functions of strings Video-18
Structures, Unions and Pointers
Explanation about the concept of Structures and Unions with examples Video-19
Explanation about the concept of switch statement using integer and character data type. (Video-20)
Explanation about the concept of pointers in C language. (Video-21)
Explanation about the concept Stack including push/pop operation and Queues using pointers. (Video-22)
Explanation to find the size of a variable (Click here to watch Video)
Video tutorial for explaining the concept of Link-List using C Language (Video-23)