answersLogoWhite

0


Best Answer

The C standard library IO facilities are not extensible. For instance, the printf() and scanf() functions cannot handle user-defined types. However, the C++ standard library provides IO streams with insertion and extraction operators (<< and >>) that can be overloaded to support any user-defined type.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do the IO facilities in C plus plus differ from those in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions