comments in c programming language
comments in c programming language C & C++introduces a new comment symbol // (double slash). Comments start with a double slash symbol and terminate at the end of the line. A comment may start anywhere in the line and whatever follows till the end the line is ignored. Note that there is no closing symbol. … Read more