You are here

Exercises

6 February, 2015 - 12:00

Exercise 9.5.1

Answer the following statements as either true or false:

  1. The character data type in C++ uses the double quote marks, like: char grade "A";
  2. Sizeof is an operator that tells you how many bytes a data type occupies in storage.
  3. Typedef helps people who can't hear and is one of the standard accommodation features of a programming language for people with a learning disability.
  4. The sequence operator should be used when defning variables in order to save space.
  5. Programming can be both enjoyable and frustrating.