QUESTION 43
In C, the character V is used to:
- create a blank line.
- signal the end of a line of text.
- initialize an integer array to all zeros.
QUESTION 44
In C, which is not a logic operator?
- &&
- ||
- !
QUESTION 45
Generally speaking, how many for loops are required to address all elements in a three-dimensional array?
- Two
- Four
- Three