In this lecture, I will explain comments in C Programming. I will teach how to write single line and multi-line comments in C. By the end of this lecture, you should be able to add C comments in your program.
Comments in C are used to add program description inside the code in order to make the code more readable. It can also be used to disable portion of the code so that it does not execute during execution of C program.
There are 2 types of comments in C - Single line comments used to comment one line at a time and multi-line comment used to comment group of lines together.
00:00 Introduction
00:16 Why are comments used in C program?
00:40 Understand single-line comments with Hands-on
02:16 Understand multi-line comments with Hands-on
Interested in learning C programming language? Visit my comprehensive C course - https://www.aptuts.com/c-programming
#commentsInC #CComments #CProgramming #aptuts