Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
C language tutorial from basics with C operator,loop,array,pointer,function,parameter,string,recursion,structure,file.
I have been teaching this course to the undergraduate engineering students for last 15 years in class room. This course is well designed and covered almost all the topics that one should know while learning C language. Will not only help the student to build a solid foundation on the topic but will boost their confidence to face technical interviews boldly.
The course contents are mostly video lectures. I would encourage absolute beginners to follow the lectures strictly in chronological manners, please start from the very first video and go to the next one only if you are done with the previous. However, though not recommended, but students with some previous knowledge could jump lectures if they are confident.
The course is structured basically for the new programmers who may not have any previous experience with any programming language. From the very basic to advanced topics. Simple program to complex one in step-by-step.
One should take this course to build a career as a programmer. Programming in C has been considered as foundation for any programming language. If one is confident with C, then can start learning any other language like PHP, C++ or Java.
Course Content
- 20 section(s)
- 152 lecture(s)
- Section 1 Introduction and guidance to follow the course.
- Section 2 How to download, install and use compilers and various IDEs for C programming.
- Section 3 Fundamentals that you always need to know
- Section 4 Branching, taking course of action on the basis of result of condition
- Section 5 Do it again and again until satisfied, technique for iteration.
- Section 6 Array: the collection
- Section 7 Way to store and manipulate string in C programming
- Section 8 Modularise your program using function.
- Section 9 Rock-Paper-Scissor game - a modularise approach
- Section 10 Recursion, how to write recursive functions.
- Section 11 Storage class, important conception
- Section 12 Pointers, tweak with memory locations.
- Section 13 User defined type in C - structure, union and enum
- Section 14 Variadic Functions - how to pass variable arguments to a function
- Section 15 Command line argument passing.
- Section 16 File Handling
- Section 17 Bitwise operators - Learn how to manipulate bits.
- Section 18 Some useful C library functions - enhance your ability
- Section 19 Additional Learning - 1 Bubble Sort
- Section 20 Additional Learning - 2 Function Pointers In C
What You’ll Learn
- if else statements, loop - while, for and do while loop with many examples.
- Array - 1D and 2D, why we need them and how to use them effectively.
- String in C - NULL terminated character arrays.
- Writing function, parameter passing to function. Returning value from function.
- storage class - auto, static, extern and register
- Pointer - in depth understanding.
- Relationship between arrays and pointers.
- Array of pointers.
- Command line arguments
- Reading and writing with files, both text and binary.
- Recursion - how it works, recursion vs iteration in depth discussion - Towers of Hanoi
- Various string utilities - sprintf, strtok and many others
- Function pointers
- bitwise operators in C programming.
Skills covered in this course
Reviews
-
KKeerthana S
Good
-
AAmar Jha
Good content. Really liked it.
-
MManoj Kumar Sharma
ok
-
AAyan Naskar
Excellent Course