Problem 1
Fill-in-the-Blank and Short Answer. Every complete statement ends with a ___________.
Problem 2
To use cout statements you must include the __________ file in your program.
Problem 3
Every
Problem 4
Preprocessor directives begin with a ______________.
Problem 6
72, 'A', and "Hello World" are all examples of________.
Problem 7
Problem 8
The character constant 'A' requires _______ byte(s) of memory, whereas the string constant "A" requires ________ bvte(s).
Problem 10
If the variable letter has been defined as a char variable, which of the
following are not valid assignment statements?
A) letter
Problem 11
Which of the following are not valid cout statements?
A) cout
Problem 13
Assume