Example string s = "This Is A String"; string r = strupr(s); printf("Prior to strupr: %s - after strupr: %s\n", s, r);
string s = "This Is A String"; string r = strupr(s); printf("Prior to strupr: %s - after strupr: %s\n", s, r);