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

1. This assignment statement stores the sum of b and c in a: b + c = a;
2. The word double is a reserved word in C so it cannot be used as a variable name.
3. The directive
#define FIVE 5
notifies the C preprocessor that it is to replace each use of FIVE by 5.
4. 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.
5. All values stored in memory are represented as binary strings, patterns of zeros and ones

1. False
2. True
3. True
4. False
5. True

Computer Science & Information Technology

You might also like to view...

Navigation on the Ribbon is included in the recorded steps of a macro

Indicate whether the statement is true or false

Computer Science & Information Technology

Using a wireless sniffer to capture traffic and WEP cracking are examples of what types of attacks?

a. Warchalking b. Eavesdropping c. Open authentication d. Rouge access point

Computer Science & Information Technology