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. ...

  1. 2]Include section: While writing program we use several keywords & statements and functions such as printf(), scanf() etc.

My YouTube video please watch all the things are explained on it=


                                                parts of c programs=
In program before total c learning you can write \n \t.
\n and refers to the new line.
and \t refers to tab which means 5 space.

No comments:

Post a Comment

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 = ...