Question: C++ Write a function named safe_at that takes an int and a string (or a string and an int) and returns a char. The char
C++ Write a function named "safe_at" that takes an int and a string (or a string and an int) and returns a char. The char should be the character at int's position in the string. If the position is outside of the string, it should return a space character (' ').
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
