>>6
A char pointer is basically a string
A char array is basically a char pointer
int main(int argc, char *argv[]) {
int i = 0;
while (i<argc)
printf("%s\n", argv[i++]);
return(0);
}
You're correct, the mem stack/heap aren't in the standard, but they ARE standard to x86 architecture, which is what most of us program on, and probably what you're using to post. GTFO