Re: for and arrays
- From: "Bill Cunningham" <nospam@xxxxxxxxx>
- Date: Sun, 27 Jul 2008 20:38:48 GMT
"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.
Bill
#include <stdio.h>
int main (void) {
char a[]={'0','1','2','3','4','5','6'};
printf("%s\n",a);
}
Bill
.
- Follow-Ups:
- Re: for and arrays
- From: Keith Thompson
- Re: for and arrays
- From: Mark L Pappin
- Re: for and arrays
- From: Ben Bacarisse
- Re: for and arrays
- From: Richard
- 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
- for and arrays
- Prev by Date: Re: Endian Independence
- Next by Date: Re: Segmentation fault error
- Previous by thread: Re: for and arrays
- Next by thread: Re: for and arrays
- Index(es):
Relevant Pages
|