You must not use a variable before it has been initialized. Any program that uses an uninitialized variable is invalid and must be corrected. The best way to correct such code is to add the INITIAL attribute to those variables that need it. However, there are also some other ways to initialize your variables, and the rest of this subsection discusses them.