Vowel back
CodeChefOpen on judge ↗
Vowel Back You are given a word and you have to code that word as follow: All the vowels in the word should be transfered sequencially to back of string. for eg if you entered a word aayush all vowel i.e. 'a', 'a ','u' should shift to last and result should be "yshaau" vowels should be transfered same order as they are in string consider word as lower case max word limit is 100 letters Input
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start