home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!hobbes!md
- From: md@sco.COM (Michael Davidson)
- Subject: Re: Could someone answer my question....thanks
- Organization: The Santa Cruz Operation, Inc.
- Date: Mon, 25 Jan 1993 19:27:55 GMT
- Message-ID: <1993Jan25.192755.10839@sco.com>
- References: <1993Jan26.000105.10930@njitgw.njit.edu>
- Sender: news@sco.com (News admin)
- Lines: 8
-
-
- csc5840@hertz.njit.edu (Sekhar Chitti) writes:
-
- > puts("%d - %s",i,arg2[i]);
-
- puts() is used to write a string followed by a linefeed character
- to standard output - it does not support multiple arguments and
- formatted output - try using printf() instead ....
-