cout<< "Hello";printf("%s", "Hello");
Both are used to print values. They have completely different syntax. C++ has both, Conly has printf.
cout<< "Hello";printf("%s", "Hello");
Both are used to print values. They have completely different syntax. C++ has both, Conly has printf.