Biology, asked by piara4128, 11 months ago

Difference between manipulator and ios member function in implementation

Answers

Answered by xemmax01
1

Explanation:

ios functions returns value while manipulators does not. ... 3.ios functions are single and not possible to be combined while manipulators are possible to be applied in chain. 4.ios function needs while manipulators needs. 5.ios functions are member functions while manipulators are non-member functions.

Similar questions