Write the prototype of a function check which takes an integer as an argument and returns a character.
Answers
Answered by
10
Explanation:
int search (string s, char a);. The above prototype returns integer values. Accepts two arguments. i) string named s ii) character named a.
Answered by
4
Answer:
your answer is
Public Character check (int a )
hope it helps you
Similar questions