CompuServe Thread

Forum unknown · Programming

Compiling C Programs

1 messages in this thread
#10977From: Wayne DavisonMar 9, 1986 9:33 PM
One way to make such a simple program shorter is to use puts("string"); to print the string rather than printf(), because puts() only prints strings, while printf() has code to print all the hex/octal/decimal & float types, etc.