Storage Class

What is Storage Class?

Questions by ashishyadavlove108134

Showing Answers 1 - 3 of 3 Answers

A storage class defines the scope (visibility) and life time of variables and/or functions within a C Program.

There are following storage classes which can be used in a C Program

  • auto

  • register

  • static

  • extern

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions