![]() ![]() | string-order-output.c - Output fra programmet. | Lektion 7 - slide 14 : 26 Program 2 |
strcmp("book","shelf") = -17 strcmp("shelf","book") = 17 strcmp("","book") = -98 strcmp("book","bookshelf") = -115 strcmp("book","book") = 0 strcmp("7book","book") = -43 strcmp("BOOK","book") = -32