Re: for and arrays
- From: Richard<rgrdev@xxxxxxxxx>
- Date: Sun, 27 Jul 2008 22:50:03 +0200
"Bill Cunningham" <nospam@xxxxxxxxx> writes:
"Ben Bacarisse" <ben.usenet@xxxxxxxxx> wrote in message
news:87myk478rp.fsf@xxxxxxxxxxxx
Mark L Pappin <mlp@xxxxxxx> writes:Mark,
"Bill Cunningham" <nospam@xxxxxxxxx> writes:
I will post the answer to your third question later.
I look forward to it
Bill, if it helps, this is thread you should be posting in. (I posted
this just to bump the thread).
I don't know how to do this with spaces or for. So I will post another way
of doing it and I don't know how to include spaces. But the program
works.
You don't know how to include spaces?
ROTFLM. It just gets better.
Bill
#include <stdio.h>
int main (void) {
char a[]={'0','1','2','3','4','5','6'};
printf("%s\n",a);
}
Bill
Maybe you could describe, in words, what you are doing there? Did you
bother your arse to look at the data structures in a debugger yet as
advised?
.
- Follow-Ups:
- Re: for and arrays
- From: Ben Bacarisse
- Re: for and arrays
- From: Bill Cunningham
- Re: for and arrays
- References:
- for and arrays
- From: Bill Cunningham
- Re: for and arrays
- From: Ben Bacarisse
- Re: for and arrays
- From: Bill Cunningham
- Re: for and arrays
- From: Ben Bacarisse
- Re: for and arrays
- From: Bill Cunningham
- Re: for and arrays
- From: Bill Cunningham
- Re: for and arrays
- From: Ben Bacarisse
- Re: for and arrays
- From: Bill Cunningham
- for and arrays
- Prev by Date: Re: Endian Independence
- Next by Date: Re: q3b
- Previous by thread: Re: for and arrays
- Next by thread: Re: for and arrays
- Index(es):
Relevant Pages
|