InterviewSolution
Saved Bookmarks
| 1. |
Write a program to count number of occurrence of a given charcter in string |
|
Answer» Given a STRING and a character, task is to MAKE a function which count occurrence of the given character in the string. |
|