KnowledgeBoat Logo
|

Computer Applications

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

User Defined Methods

ICSE 2016

26 Likes

Answer

int PosChar(String s, char ch)

Answered By

18 Likes


Related Questions