Respuesta :

Answer:

The correct option is;

False

Explanation:

In fpp Directives, a shorthand for #if defined(name) is #ifdef and a shorthand for #if.not defined(name) is #ifndef. They have similar function to the #if directive in combination with the operator with which they are defined

Directives in fpp are preceded by the number sign (#) sign being the line's prefix character. fpp directives can be fixed in any location within a source code. Indentation which is a white space  (or blank character) can be represented by a blank space before the number sign.

ACCESS MORE