----- Original Message -----
From: "Brett McCoy" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, August 04, 2008 8:44 PM
Subject: Re: [c-prog] error checking
> Can you show a full example (including include statements, main(), etc
> -- cut and paste from your code editor) and the actual error you are
> getting from the compiler? Do you have #include <stdio.h> at the top
> of your program?
>
> -- Brett
Oh yes I have proper preprocessor directives
#include
int main() {
Is above char a[]="hello\n";
Bill