Close sidebar

What are storage classes in C language?

what do you mean by different storage classes used in c language?

  • Nisha
  • 4662 Views
  • 2 Answers
2 Answers
  • A strongstorage class/strong defines the scope (visibility) and life-time of variables and/or functions within a strongC Program/strong. They precede the type that they modify. We have four different strongstorage classes/strong in a strongC program/strong The are four strongstorage classes/strong in C are automatic, register, external, and static.


  • auto register extern static


Practice Mock Test
c programming