Loops in C language | Part 4 = total programming,C language
Datatypes in C language | part 3 total programming = C language
Datatypes in C language
Parts of Programs in C language | part 2 total Programming = C language
Parts of Programs in C Language
Hello guys this is the part 2 of the TOTAL PROGRAMMING. today, we are going to learn the some parts of the programs of c language:-
important things while writing program 1]Comment: Comment start with' /*' and end with '*/'. Comments are not mandatory but still it's a good practice if you use them, it improves the readability of the code. ...
- 2]Include section: While writing program we use several keywords & statements and functions such as printf(), scanf() etc.
Important Things in C language | part 1 total Programming = C language
* IMPORTANT THINGS IN C FOR BEGINNERS :-
- Logic (in programs it is very important to use logic.Without it program can't be created)
-Syntax (Syntax meaning in simple word is Language of programming )
-Strategy(a plan that you use to put the things in programs)
*C language is a system programming language because it can be used to do low-level programming (for example driver and kernel). It is generally used to create hardware devices, OS, drivers, kernels, etc. For example, Linux kernel is written in C. It can't be used for internet programming like Java, .Net, PHP, etc.
my youtube video introduction to online C compiler , please watch =
Break and Continue in C language | part 9 =total programming
C break and continue Hello Guys, in this post I am going to show you C Break and Continue, So, Let get started = ...