A semicolon does not (usually) go after these with the exception of
>>”with the exception of” seems to make no sense here

a. while(condition)
b. if(condition)
c. a function header to make it a function declaration
d. int main( )
e. an expression to make it a statement

c) and e)
Explanation: a) could have a semicolon if the loop’s work is done with side effects in the condition. b) could have a semicolon if the programmer wants an empty statement for whatever reason. A semicolon after d) would be a syntax error.

Computer Science & Information Technology

You might also like to view...

The Sub procedure that is only accessible by other procedures in the module in which it is located is a ________

A) Private Sub B) Subcode C) Submodule D) Subcommand

Computer Science & Information Technology

The Expression Web server type that is used to publish pages created in an older Microsoft Web authoring tool is ____.

A. FTP B. File System C. FrontPage Server Extensions D. WebDAV

Computer Science & Information Technology