CPSC 335 Quiz 2

Answer the following questions with a few sentences.

  1. What size is an int in C++?
  2. What does the sizeof operator return?
  3. What is the difference between signed and unsigned integers?
  4. What is purpose of std::string_view?
  5. Why should one not use == and != with float and double variables?