CPSC 335 Quiz 2
Answer the following questions with a few sentences.
- What size is an
intin C++? - What does the
sizeofoperator return? - What is the difference between signed and unsigned integers?
- What is purpose of
std::string_view? - Why should one not use
==and!=with float and double variables?