Computer Science, asked by badamdeekshit789, 4 months ago

automic variable are intialized with by default​

Answers

Answered by Anonymous
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