Comments in C

Comments are to provide a piece of information about the code. A comment can help the other programmers to understand the program flow. In C Programming Language, there are two types of commenting options: Single Line and Multi-line. C Single Line Comment Example The Single Line comments start with two forward slashes(//). In this program, … Read more