/* This is a comment ignored by the compiler */

main() /* Another comment ignored by the compiler */
{
   printf("We are looking at ");     /* A sideline */
   printf("how comments are ");      /* A comment is
                                       allowed to be
                                       continued on
                                       another line */
   printf("used in C.\n");
}      /* One more comment for effect */
COMMENTS.C
Κατεβάστε το πρόγραμμα στον υπολογιστή σας