Saved Bookmarks
| 1. |
Write a function prototype of the following: A function PosChar which takes a string argument and a character argument and returns an integer value. |
|
Answer» int PosChar (String str, char ch) |
|