write a function prototype of the following
A function PosChar which takes a string argument And a character argument and returns an int value.
Answers
Answered by
0
Answer:
dj my name
Explanation:
In computer programming, a function prototype or function interface is a declaration of a function that specifies the function's name and type signature (arity, data types of parameters, and return type), but omits the function body.
Similar questions