You are on page 1of 1

C Statements And Expressions

Program Syntax
A program is made up of the following four elements in a file. These are covered
in more detail in the following paragraphs.
Comment
Pre-Processor Directive
Data Definition
Function Definition

Comment
A comment may appear anywhere within a file except within a quoted string.
Characters between the /* and */ are ignored. Characters after a // up to the end
of a line are also ignored.

79

You might also like