Feedback for subjective question
Question 1: Suppose we have the following class.
class Matrix {
{ private:
int Elements[3][3];
};
Write the operator function of stream extraction operator (>>) for this class.
class Matrix {
{ private:
int Elements[3][3];
};
Write the operator function of stream extraction operator (>>) for this class.
Current Answer:
Be the first to post an answer to earn 100CR.