Saved Bookmarks
| 1. |
Write the prototype of a function check which takes an integer as an argument and returns a character. |
|
Answer» char check(int x) |
|