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.
No comments:
Post a Comment