Skip to content
CompuServe test bed
CompuServe Archive
CompuServe Forums
CompuServe Messages
CompuServe Thread
CompuServe User
CompuServe Thread
Search
Browse Forums
Thread
Forum unknown
·
Programming
Compiling C Programs
1
messages in this thread
#
10977
From:
Wayne Davison
Mar 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.