Comments in C 18
6 Apr 2022 1 minute read 0 comments Cheetah Faith
Single Line Comments Single line comments span over one line only and are ignored by the compiler.In C they can be done with a double Slash.In this case we do NOT need a semicolon at the end of the line. They can either be above a part of the code....