Answer the following statements true (T) or false (F)

1. The only difference between C-strings and string objects is how they are declared and internally stored. They are used exactly the same way.
2. The cin object lets the user enter a string that contains embedded blanks.
3. When a C++ expression is evaluated, binary operations are performed before unary
4. In C++, the 5 basic arithmetic operators are
addition (+), subtraction (-), multiplication (*), division (/), and exponentiation (^).

5. The following two expressions evaluate to the same thing:
c + a * b
c + (a * b)

1. FALSE
2. FALSE
3. FALSE
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

A typical ________ is made up of one or more network switches to which ISPs connect

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ displays one record at a time

A) Continuous Form view B) A subform C) Edit mode D) Single Form view

Computer Science & Information Technology