Computer Science, asked by arpita74paul, 4 months ago

write down the syntax to return the first occurrence of a in the word applications​

Answers

Answered by DeathAura
6

Answer:

Logic to find first occurrence of a word Input string from user, store it in some variable say str. Input word to be searched from user, store it in some other variable say word. Run a loop from start of the string str to end. Inside loop for each character in string str.

Similar questions