In indefinite iteration, an input value
(a) should always be evaluated before being processed
(b) should always be processed directly after it is entered
(c) should never be modified
(d) can be entered, processed, and evaluated in any order
Q2: Which of the following statements about friend functions and friend classes is
false?
a. A class can either grant friendship to or take friendship from another class using the
friend keyword.
b. A friend declaration can appear anywhere in a class definition.
c. A friend of a class can access all of its private data member and member functions.
d. The friendship relationship is neither symmetric nor transitive.
Function feof __________.
a) forces an end-of-file condition