Quantcast
Viewing all articles
Browse latest Browse all 19

Answer by scatman for 'printf' vs. 'cout' in C++

cout<< "Hello";printf("%s", "Hello"); 

Both are used to print values. They have completely different syntax. C++ has both, Conly has printf.


Viewing all articles
Browse latest Browse all 19

Trending Articles