engineering recuitment NIELIT Scientific Assistant Mock Test 2025 Programming and Data Structure Programming in C
What is the correct syntax to overload the binary + operator for a class Test?
1
Test operator+(const Test&);
2
Test operator+(Test);
3
operator+ Test(const Test&);
4
Test operator+();