Skip to main content

Posts

Showing posts from May, 2018

STRUCTURE OF A PROGRAM

COMMENT :                       Comments are almost the good thing of a program. They are generally used by a programmer to explain their programming statement’s purpose for which they are used in the program.                      Comments are generally written in two ways in a program and these ways are as –                                             1] //comment                                            2] /* comment */                      The main difference between both of these two ways of writing the comments is that the first way is only used by a programmer when there is a single line...