Biyernes, Marso 15, 2013

3.2 Comment




3.2 Comment
           
            Introductory comments contain the name of the author, the date it was written, and any assumptions made by the programmer. This is not required but it is recommended for good programming practice.
           
           
            The symbols /* signify the start of the comment, while */ signify the end of the comment. A comment enclosed in /* */ can encompass more than one line.
            Comments may also appear within the main program or in functions.
           
             Example 1. /* Juan dela Cruz
            * Last Modified : March 22, 1999
            * The program will compute my GPA.
            */
           
           
             Example 2. /* This formula computes the interest */
              

Walang komento:

Mag-post ng isang Komento