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

Computer Science & Information Technology

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.

Computer Science & Information Technology

____ a variable is the processing of assigning a first value to a variable.

A. Initializing B. Declaring C. Finalizing

Computer Science & Information Technology

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)

Computer Science & Information Technology

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)

Computer Science & Information Technology