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

Function main

String/reverseWordinString.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25int main()
26{
27 string s,k;
28 cout << "Enter The String : ";
29 getline(cin, s);
30 k=reverseWords(s);
31 cout << s << endl;
32 cout << k << endl;
33}

Callers

nothing calls this directly

Calls 1

reverseWordsFunction · 0.85

Tested by

no test coverage detected