Saved Bookmarks
| 1. |
Automic variable are intialized with by default |
|
Answer» Answer: By default, they are ASSIGNED the garbage value by the COMPILER. Scope − auto variables are local variables to the FUNCTION block. Default value − Garbage value is the default INITIALIZED value. |
|