Every C Variable must have.?
Answers
Answered by
1
Answer:
Variable should have both Type and Storage Class. ... A) auto variable is stored in 'Memory'. static variable is stored in 'Memory'. extern variable is stored in 'Memory'.
Similar questions