The statement fwrite ( (char*)&objl, sizeof(objl) );
A. writes the member functions of objl to fl
B. writes the data in objl to fl
C. writes the member functions and me data of objl to fl
D. writes the address of objl to fl
Answer: Option B
A. writes the member functions of objl to fl
B. writes the data in objl to fl
C. writes the member functions and me data of objl to fl
D. writes the address of objl to fl
Answer: Option B
A. all thrown objects
B. no thrown objects
C. any thrown object that has not been caught by an earlier catch block
D. all thrown objects that have been caught by an earlier catch block
Format flags may be combined using
A. the bitwise OR operator (|)
B. the logical OR operator (||)
C. the bitwise AND operator (&)
D. the logical AND operator (&&)
E. None of the above
Join The Discussion