Well, you will get the very basic course, and get the idea about where and how to start programming.... Also you will get to know about these things mentioned Below....
[Also going to provide certificates, if you could solve some Programming Problems Properly at the end of this course. ]
01. knowledge about header file and why we use these library files in our code.
02. Knowledge about all the operators use in programming and using them frequently.
03. Data type and use of variables and keywords.
04. ASCII Value and it's conversions.
05. Input and Output.
06. Use of Some Library functions.
07. Mathematical library functions.
08. Doing math using C language.
09. If else; statement and how it works.
10. for loop and increment and decrement.
11. Swap numbers using temporary variable.
12. Conversion between small and capital letter with some sings using ASCII.
13. Finally, making a quiz game using if else Statement and Unary operator.
Also you can look after here some computer console applications, made with c programming language in codeblocks....
C Projects : Link :: https://sites.google.com/view/omarfahim/c-projects
We are going to need codeblocks, for practice codding.
It's an IDE [ 'Integrated Development Environment', is a software application that combines all of the features and tools needed by a software developer ]
This video may help you to download code blocks with MinGw Compiler Properly...
"Some Information about C Programming Language"
Programming is the process of creating a set of instructions that tell a computer how to perform a task. Programming can be done using a variety of computer programming languages, such as, C, C++, JavaScript, Python and kotlin.
A programming language is a type of written language that tells computers what to do in order to work. Programming languages are used to make all the computer programs and computer software. A programming language is like a set of instructions that the computer follows to do something.
C is one of the most powerful "modern" programming language, in that it allows direct access to memory and many "low level" computer operations. C source code is compiled into stand-a-lone executable programs.
Operating systems such as Apple's OS X, Microsoft's Windows, and Symbian are developed using 'C' language. It is used for developing desktop as well as mobile phone's operating system. It is used for compiler production. It is widely used in IOT applications.