filmov
tv
Learn C Programming - Comments in Your Code

Показать описание
In this tutorial I am going to show you how to add comments into your C programs. Comments are typically used to explain what the purpose of the program is, and to provide a detailed explanation of code fragments throughout your code. There are two types of comments: single line comments, and multiple line comments.