c-solutions icon indicating copy to clipboard operation
c-solutions copied to clipboard

chapter 13 Project 6

Open abe-101 opened this issue 4 years ago • 0 comments

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.

abe-101 avatar Nov 09 '21 19:11 abe-101