Which statement is false?

a) Symbolic constants are constants represented as symbols.
b) Macros are operations defined as symbols.
c) All text replacement with symbolic constants and macros occurs before the program is compiled.
d) Symbolic constants may be redefined with new values.


d) Symbolic constants may be redefined with new values.

Computer Science & Information Technology

You might also like to view...

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

1. One reason for an infinite loop in a while loop is that the loop body has no statement which changes the value of a variable in the conditional boolean expression part of the while loop. 2. The while statement will execute the loop body if the condition evaluates to false or zero. 3. The continue statement causes the program to skip the rest of the loop body and to determine if the loop body is to be executed again. 4. A while loop repeats the loop body zero or more times. 5. A for loop repeats the loop body zero or more times.

Computer Science & Information Technology

What is used to configure data sources for applications that require access to a database?

A. ODBC B. iSCSI Initiator C. Memory Diagnostics Tool D. Event Viewer

Computer Science & Information Technology

Select the browser’s action when you configure BOTH a background color and background image for the body selector.

a. display the background color instead of the background image b. will display no background for the page because it is “confused” c. display the background color while the background image loads and before the background image is displayed d. do none of the above

Computer Science & Information Technology

What is a user who has "List folder contents" permissions allowed to do?

A. They can list files in the folder or switch to a subfolder, view folder attributes and permissions, and execute files, but cannot view file contents. B. They can read, add, delete, execute, and modify files, but cannot delete subfolders and their file contents, change permissions, or take ownership. C. They can view file contents, view folder attributes and permissions, traverse folders, but cannot execute files. D. They can traverse folders, view file contents, view attributes and permissions, and execute files.

Computer Science & Information Technology