Home / Questions / Give the prototype of a function check which receives a character (ch) and an integer (n) and returns true or false.
Explanatory Question

Give the prototype of a function check which receives a character (ch) and an integer (n) and returns true or false.

👁 73 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Prototype: boolean check(char ch, int n);