Write the C code for the declaration of overloaded stream-02403
This subjective question is related to the book/course vu mth718 Topics in Numerical Methods. It can also be found in vu mth718 Mid Term Solved Past Paper No. 12.
Question 1: Write the C++ code for the declaration of overloaded stream insertion and stream extraction operator for the object d of type Date.
cout<<<"-"<<<"-"<
}
Answer:
Date operator >> (date & d1){cout<<<"-"<<<"-"<
}