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...
The Title bar displays information such as the size of the slide, the viewing percentage, the number of slides in the presentation and the type of view currently being used
Indicate whether the statement is true or false
Computer Science & Information Technology
A ________ contains the actual values that are plotted on the chart.
A. data source B. data series C. category values D. legend
Computer Science & Information Technology