prints_lPrints string.Prints string up to given length Parameters cstr - pointer to string len - len of string to be printed Example: C++prints_l("Hello World!", 5); // Output: Hello