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

1. The preprocessor reads a program before it is compiled and only executes those lines beginning with # symbol.
2. Because C++ is case-sensitive, all programs must have a function called main or Main.
3. In programming, the terms "line" and "statement" always mean the same thing.
4. In C++, key words are written in all lowercase letters.
5. The preprocessor executes after the compiler.

1. T
2. F
3. F
4. T
5. F

Computer Science & Information Technology

You might also like to view...

A(n) ________ consists of a system unit that is about the size of a printer with an independent monitor and keyboard.

a. desktop b. laptop c. all-in-one d. tablet PC

Computer Science & Information Technology

Keyword ________ indicates that an element contains parseable character data.

a) PARSEDATA b) NDATA c) CDATA d) PCDATA

Computer Science & Information Technology