[UVA] 11732 - strcmp() Anyone?
J “strcmp()” Anyone? Input: Standard Input Output: Standard Output strcmp() is a library function inC/C++ which compares two strings. It takes two strings as input parameter anddecides which one is lexicographically larger or smaller: If the first stringis greate...