What are Storage Classes in C ?

Answer Posted / santhi

there are 4 types of storage classes.they are-
extern,auto,register,static.

Is This Answer Correct ?    441 Yes 50 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c so popular?

620


Which header file is used for clrscr?

548


Explain what are global variables and explain how do you declare them?

612


What is time complexity c?

545


Explain what math functions are available for integers? For floating point?

581






What is a buffer in c?

549


Why do some versions of toupper act strangely if given an upper-case letter?

612


What are runtime error?

602


How can you invoke another program from within a C program?

595


What is difference between Structure and Unions?

609


What is the significance of scope resolution operator?

820


What is #include in c?

574


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

632


Describe how arrays can be passed to a user defined function

754


Stimulate calculator using Switch-case-default statement for two numbers

2420