Computer Science, asked by 19KQ1A04C8, 8 months ago

Demonstrate the concept of storage classes with suitable examples

Answers

Answered by Anonymous
4

Answer:

Storage class represents the scope and lifespan of a variable. ... Auto, extern, register, static are the four storage classes in 'C'. auto is used for a local variable defined within a block or function. register is used to store the variable in CPU registers rather memory location for quick access.

plzzz mark it brainlist

Similar questions