Home / Questions / Write a function prototype of the following:A function PosChar which takes a string argument and a character argument and returns an integer value.
Explanatory Question

Write a function prototype of the following:
A function PosChar which takes a string argument and a character argument and returns an integer value.

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

int PosChar(String s, char ch)