Mark,
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 );
}
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 );
}
Comment