char str[] = “Stop”; // That's not even quotes around Stop, use these -> " "
if [isupper[str] == “STOP”} // That's how if statements work, that's not how isupper works.