Using comments in a program || how to add comments in a program
- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
Download Popular software Installers and download Mobile and Android Applications from softwaresetups.com. get best deals on internet like free offers.
#include <stdio.h> main() { // Single line comment in c source code printf("Writing comments is very useful.\n"); /* * Comments help us to understand code later easily. * Will you write comments while developing programs ? */ printf("Good luck.\n"); return 0; }
0 comments:
Post a Comment