Discussion :: Object Oriented Programming Using C++
-
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 obj 1 to fl
|
D.
writes the address of objl to fl
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment