Important concepts

What is comment lines in C

Comment Line In the C programming language, a comment line is a line of code that is not executed by the compiler but i…

Load More That is All