
Explore how a program executes in a computer by tracing the roles of the preprocessor, compiler, and linker, and how source files become object files through extensions.
Compare high level language and low level language, noting that high level is programmer friendly for humans while low level is machine friendly, translated by compilers or interpreters.
Learn the first program in C by writing Hello world, understand the main function, and print output while exploring basic data types such as integer, float, and character.
Master the second problem on printf and scanf in C programming, using floats to calculate a percentage from input numbers and manage variables accurately.
Learn while loops and loop control in C programming, using predicates and conditions to repeat a set of instructions, with increment operators and exit strategies.
Learn to use for loops in C, declare and manipulate variables, and print sequences of numbers with increment and decrement operators.
Solve the second problem on for loops by using a starting and ending number, printing the sequence with proper increments and optional user input.
Explore how the do-while loop provides loop control in C programming, using conditional checks, increment operators, and blocks to execute statements at least once.
Explore the second question on the do-while loop in C programming taught in Hindi for absolute beginners, with multiplication table examples.
Explore nested loops in programming, focusing on how for loops and nested blocks control execution and generate output through printing statements.
Learn to implement a star pattern in c using nested loops, with stepwise explanations on constructing the pattern, controlling output, and solving the second question.
Explore how pointers work in C, comparing call by value and call by reference, understanding memory addresses, and using pointers to access and manipulate integers.
Master recursion basics in C programming, focusing on base conditions and recursive calls, with factorial examples to illustrate how recursive solutions are structured.
This lecture demonstrates writing a recursive function in C to compute numbers, including the fibonacci series. It covers function declarations, return values, and how recursive calls process inputs.
Discover arrays as a linear collection of memory blocks storing elements of the same type, such as integers or floats, with addresses and simple variable declarations.
C Programming Language is the most popular computer language and most used programming language till date. It provides the core concepts like the array, strings, functions, file handling, etc. that are also being used in many languages like C++, Java, C#,PHP, Java script, Python.. etc. Major parts of modern operating system are written in C. It is very easy and simple for the beginner . Every programmers should and must learn C language whether it is a java or python Expert .
If you have previously used the C programming language, then this course will deepen your understanding of it. If you have never used it, no problem, you will see that it can help you become a more efficient C developer.
The course will be constantly refined in the future based on student feedback!
This course does not skip on the details. You will learn how to write high quality code and become an excellent problem solver. This course does not just present how to code in the C programming language, but, also includes all the details on "why" you are doing the things you are doing. At the end of this course, you will fully understand the concepts of the C Programming language.
In this courses you will learn all basic concept of C programming language with example Question and every section will have sufficient practice question which make your Programming foundation more stronger .
Various topic will be covered such as
1. Constant,variable and keywords
2. Data types,This will have
Integer
Character
Float
Boolean and more..
3. Instructions ,This will have
Declaration Instructions
Arithmetic Instructions
Control Instructions
4.Function
5.Pointers
6.Recursion
7.Arrays
8.Strings
9.Structures
10. Pre -processor
This courses will help you to have a successful career .So i catch you in the course.
Till then stay happy ,stay blessed.