Answer the following questions true (T) or false (F)
1. The word double is a reserved word in C so it cannot be used as a variable name.
2. The directive
#define FIVE 5
notifies the C preprocessor that it is to replace each use of FIVE by 5
3. Before a new value can be stored in a memory cell, a C program must first execute the erase function to remove the cell's old contents.
1. True
2. True
3. False
You might also like to view...
Goal Seek is a tool that allows you to specify an outcome and determine the input needed to reach the goal
Indicate whether the statement is true or false.
____ a variable is the processing of assigning a first value to a variable.
A. Initializing B. Declaring C. Finalizing
In a bus network topology, devices are physically connected by means of cables that run between them, and the cables pass through a centralized controller mechanism called the bus.
Answer the following statement true (T) or false (F)
The for loop is a good tool when working with arrays because you frequently need to process every element of an array from beginning to end.
Answer the following statement true (T) or false (F)