Which of the following is not true about preprocessor directives?

Options
- They begin with a hash symbol
- They are processed by a preprocessor
- They form an integral part of the code
- They have to end with a semi colon


CORRECT ANSWER : They have to end with a semi colon

Discussion Board
C++ - Preprocessor Directives

Preprocessor directives have to end with a semicolon(;) is not true statement about the directives. Preprocessor directives are lines included in a program that being with the character #, processed by a preprocessor and form an integral part of the code.

Prajakta Pandit 01-25-2017 03:46 AM

c++ Programming exam

thnx.

BIKRAM MALLIK 01-4-2015 01:29 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement