c-solutions
c-solutions copied to clipboard
chapter 13 Project 6
Program wont compile.
Line 15 is the Ptoblem
if (strcmp(toupper(argv[i]), toupper(planets[j])) == 0) {
toupper return a int value, strcmp expects type char* not an type int.