2 lines
219 B
Plaintext
2 lines
219 B
Plaintext
The C90 standard allows implicit typing of variables and functions, and some C compilers still support legacy code by allowing implicit typing. But it should not be used for new code because it might lead to confusion.
|