There are two types of macros: stand-alone macros and ________ macros.

Fill in the blank(s) with the appropriate word(s).


embedded

Computer Science & Information Technology

You might also like to view...

Which While statement is equivalent to Until num < 100?

(A) While num <= 100 (B) While num >100 (C) While num >= 100 (D) There is no equivalent While statement.

Computer Science & Information Technology

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

1. Functions can be called several times from different points in a program because for each call the program keeps track of the statement to which control returns after the call finishes its last step. 2. If f1 and f2 are the names of functions defined in a C program, then the statement sequence f1; f2; f1; is legal in function main. 3. The preprocessor directive #include should be present in a program that calls the fabs library function. 4. A function that takes no arguments is more versatile than a function that requires arguments. 5. A function must be defined before it can be referenced.

Computer Science & Information Technology

You can pass an entire array to a method, or individual array element values.

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

Computer Science & Information Technology

Match the following terms to their meanings:

I. Data A. Facts that have been organized in a useful manner II. Record B. Row of related data about an entity III. Field C. A collection of related data about a particular topic or purpose IV. Information D. Details about people, events, things, or ideas V. Database E. A category of data in a column

Computer Science & Information Technology