printsPrints string.Prints string Parameters cstr - a null terminated string Example: C++prints("Hello World!"); // Output: Hello World!