Saved Bookmarks
| 1. |
Provided a string a character and a count, you have to print the string after the specified character has occurred count number of times. Ex: String: “This is demo string” Character: ‘i’ Count: 3 Output: “ng” However, solving this one must take care of co |
| Answer» | |