write the name of storege class
Answers
Answered by
0
Answer:
hi .
hello .
I am in class 8.
Answered by
3
Answer:
The four storage classes in C are declared in a block or program with the storage class specifiers, auto, register, extern, static. There is one more storage class specifier, 'typedef' used in the syntactic form, and does not reserve storage. The specifiers instruct the compiler on storing the variables.
Similar questions