What are Storage Classes in C ?
Answer Posted / thomas
Basically, storage classes in c are there to define the
storage & scope of the various sorts of variables.
we r having following 4 storage classes in C.
01.auto
02.register
03.extern
04.static
In this auto & register has local scope releted to block &
extern & static has global scope to main program.
| Is This Answer Correct ? | 129 Yes | 21 No |
Post New Answer View All Answers
hi any body pls give me company name interview conduct "c" language only
What is #define in c?
What does emoji p mean?
What is a program?
Who is the founder of c language?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Do you know what are bitwise shift operators in c programming?
How can I delete a file?
What is bubble sort technique in c?
what is the structure pointer?
What is echo in c programming?
What are the modifiers available in c programming language?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Explain how can I read and write comma-delimited text?
What is the process of writing the null pointer?