0
Which command is fast cout or printf?
5 Réponses
+ 1
Pedro dos Santos Overloaded operators should not add any run-time overhead.
0
So what i am asking which will take less time to show the output
0
What more specific??
0
Usually C is faster than C++, plus cout uses overloaded operators (<<) while printf doesn't.