Hello,
I have an array string as character[i] = "john"
Now, when i supply 'o', it should return me the array index from above as '1'.
'j' as 0
'o' as 1
'h' as 2, etc.
Please help

Post whatever you have tried.

Here is a hint: you can use linear search.[but that would return the first occurance of your character though]. So, if your string is joohn, then 'o' would still return 1.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.