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