MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/char array/vowelfind.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 return str;
18}
19int main(){
20 cin.tie(0)->sync_with_stdio(0);
21 string s;
22 cin>>s;
23 cout<<vowel(s);
24 return 0;
25}
26
27

Callers

nothing calls this directly

Calls 1

vowelFunction · 0.85

Tested by

no test coverage detected