Friday, August 12, 2011

Simple C program: 3 digit integer?

Get the input from the user as a string, then sort it (either roll your own simple sort or use the system's qsort), then output it.

No comments:

Post a Comment