Using preprocessor directives to determine whether or not code should be compiled is:
A. conditional compilation
B. a way to avoid getting compiler errors
C. poor programming practice
D. preprocessor inlining
A
You might also like to view...
What is not a good task for a macro?
A) Group a series of commands into one database object B) Automate repetitive tasks C) Automate a one-time event D) Perform a specific action
Constructors never return a value, so they are always Function procedures.
Answer the following statement true (T) or false (F)
________-generation languages use symbols and commands to help programmers tell the computer what to do.
Fill in the blank(s) with the appropriate word(s).
A program that solves a problem or tells a story mainly through events and handlers is called a(n) “____ program.”
A. task-oriented B. event-driven C. functional D. procedural