??? 09/19/06 16:06 Read: times |
#124580 - Re: try this Responding to: ???'s previous message |
Yes, but in your program there is a declaration for 'j'.
Andy said, "If a symbol is undeclared, a C compiler will just assume that it's an extern int." That's the thing I don't understand. What he says is true for function names. But as far as I can tell, you get a compiler error (not a warning) if a variable name isn't declared. -- Russ |