What are Storage Classes in C ?

Answer Posted / pranab kumar rana

According to denis ritchie there are 5 types of storage classes
1. auto
2.static
3.register
4.extern
5. typrdef


you all know about the abobe 4 types but in typedef is
actually not used as a storage class . but when it combines
with a variable it comes to the resolution
'

Is This Answer Correct ?    127 Yes 46 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi can anyone tell what is a start up code?

1614


Do pointers need to be initialized?

556


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1813


What are pointers? What are different types of pointers?

624


Why do we use null pointer?

603






we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

803


What is a pragma?

666


how many errors in c explain deply

1628


What is d'n in c?

630


What do mean by network ?

657


Explain can the sizeof operator be used to tell the size of an array passed to a function?

591


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1436


Write a program which returns the first non repetitive character in the string?

597


What do you mean by Recursion Function?

627


Is null always equal to 0(zero)?

579