A semicolon with nothing preceding it is called a(n) ____ statement.

A. null
B. empty
C. blank
D. stop


Answer: A

Computer Science & Information Technology

You might also like to view...

Press ________ on the keyboard to display KeyTips for each Ribbon tab or Quick Access Toolbar command

A) Tab B) Alt C) Esc D) Fn

Computer Science & Information Technology

Pressing the arrow keys while holding [Ctrl] moves selected controls one millimeter at a time in the direction of the arrow. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is by far the most popular DNS server software available?

a. Microsoft DNS b. Dnsmasq c. Oracle Resolver d. BIND

Computer Science & Information Technology

The parentheses around the two rightmost occurrences of x in the following preprocessor directive:

#define CIRCLE_AREA(x) ((PI) * (x) * (x)) a) are always required. b) are included to improve program readabiliy. c) are included to eliminate bugs when an expression is substituted for x. d) should be curly braces { }.

Computer Science & Information Technology