

InterviewSolution
Saved Bookmarks
1. |
Give the prototype of a function check which receives two characters [2]and returns 1 or 0. |
Answer» boolean check (CHAR CH, INT N)Read more on Sarthaks.com - https://www.sarthaks.com/840514/give-the-prototype-function-check-which-receives-character-and-integer-returns-true-false |
|