C++ String Exercises: If 2 characters are separated by 2 places in a string
Write a C++ program to check whether the characters e and g are separated by exactly 2 places anywhere in a given string at least once.
Sample Solution:
C++ Code :
Sample Output:
Original string: eagerer -> 1 Original string: eaglets -> 1 Original string: eardrop -> 0
Flowchart:

C++ Code Editor:
Contribute your code and comments through Disqus.
Previous C++ Exercise: Sort characters in a string.
Next C++ Exercise: Count all the vowels in a given string.
What is the difficulty level of this exercise?
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics