Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. The statement fwrite ( (char*)&objl, sizeof(objl) );

  2. 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

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment