RULE 1:---Each instruction given by you must be written in separate statement so each C program comprise of series of statements.
RULE 2:---Sequence of statements must be in a order in which we want to run the program i.s, we write the statements in an order in which u want to take the work form your program written.
RULE 3:---Must insert space b/w the words it increases the readability of the of the program so that we can easily finds the errors.
RULE 4:---All statements must be in small letters
RULE 5:---It is a free form language i.e, not have a specific rules for position of the statements.
RULE 6:---Every C statement must end with ;..it is called terminator
No comments:
Post a Comment