Re: function
- From: pete <pfiland@xxxxxxxxxxxxxx>
- Date: Sat, 31 May 2008 16:06:40 -0500
santosh wrote:
Bill Cunningham wrote:
Earlier in this
post I wanted to write zeros to a file and found out the proper use
was with the string terminating character '\0' which is a byte with
all the bits turned off.
Not necessarily. It's just a byte with value zero.
Bill is right, you are wrong.
5.2 Environmental considerations
5.2.1 Character sets
A byte with all bits set to 0, called the null character,
shall exist in the basic execution character set;
it is used to terminate a character string literal.
--
pete
.
- References:
- function
- From: Bill Cunningham
- Re: function
- From: Joachim Schmitz
- Re: function
- From: Bill Cunningham
- Re: function
- From: Joachim Schmitz
- Re: function
- From: Bill Cunningham
- Re: function
- From: santosh
- Re: function
- From: Bill Cunningham
- Re: function
- From: santosh
- function
- Prev by Date: Re: How to print an array of char backward.
- Previous by thread: Re: function
- Next by thread: Re: function
- Index(es):
Relevant Pages
|