C
Programming and Technical
Q. Tell any five properties of auto variables?
A. Auto variables are defined inside a function. A variable declared inside the function without storage class name is, by default, an auto variable. These functions are declared on the stack. The stack provides temporary storage
Read Solution (Total 0)
C Other Question