Home / Questions / Write the prototype of a function check which takes an integer as an argument and returns a character.
Explanatory Question

Write the prototype of a function check which takes an integer as an argument and returns a character.

👁 77 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

char check(int a)