Comments in C

A comment in C is a text that is ignored by the compiler. Let us see how we can use comments in a C program. There are two types of comments in C: Single line comments Multi line comments Single line comments A single line comment can be made by […]

Comments in C Read More »