automic variable are intialized with by default
Answers
Answered by
2
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.
Similar questions