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

1. The comma operator has the lowest precedence of any C++ operator.
2. Sentinel-controlled input loops require a priori knowledge of how many data are in the file.
3. Counter-controlled input loops require a priori knowledge of how many data are in the file.
4. eof-controlled input loops require a priori knowledge of how many data are in the file.

1. True
2. False
3. True
4. False

Computer Science & Information Technology

You might also like to view...

Which action query would you use if you wanted to change every occurrence of "Miss" or "Mrs." to "Ms"?

A) Append B) Update C) Find and Replace D) Change Records

Computer Science & Information Technology

Microsoft Office's ________ feature provides information about all of the current program's features and displays step-by-step instructions for some tasks

A) Print Preview B) Live Preview C) Feature Preview D) Help

Computer Science & Information Technology