Re: what is the differrence b/w the usage or return and the exit in the C programming..
- From: Peter Pichler <usenet@xxxxxxxxxxxxx>
- Date: Fri, 02 Nov 2007 23:15:16 +0000
Kenny McCormack wrote:
Next question:
what is the differrence b/w the usage of [the] printf and the gets in the C
programming..?
What is b/w? Black and white?
What is the difference b/w a deposit and a withdrawal?
Printf prints a formatted string to a standard output, gets reads a string from a standard input. Do not use gets, as it provides absolutely no control against buffer overflow. Use fgets instead.
.
- Follow-Ups:
- References:
- what is the differrence b/w the usage or return and the exit in the C programming..
- From: jayapal
- Re: what is the differrence b/w the usage or return and the exit in the C programming..
- From: santosh
- Re: what is the differrence b/w the usage or return and the exit in the C programming..
- From: Kenny McCormack
- what is the differrence b/w the usage or return and the exit in the C programming..
- Prev by Date: Re: Bug/Gross InEfficiency in HeathField's fgetline program
- Next by Date: Re: help in socket programing
- Previous by thread: Re: what is the differrence b/w the usage or return and the exit in the C programming..
- Next by thread: Re: what is the differrence b/w the usage or return and the exit in the C programming..
- Index(es):
Relevant Pages
|
|