Modify the string such that every character gets replaced with the next character in the keyboard
Given a string str consisting of lowercase English alphabets. The task is to change each character of the string with the next letter (in a circular fashion) key in the keyboard. For example, 'a' gets replaced with 's', 'b' gets replaced with 'n', ....., 'l' gets replaced with 'z', ....., 'm' gets r