Computer Science, asked by photostar525, 1 day ago

Every C Variable must have.?​

Answers

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