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

What is double pointer?

549


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

616


Is array a primitive data type in c?

566


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2681


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2175






Find MAXIMUM of three distinct integers using a single C statement

614


explain what is an endless loop?

600


What are static variables in c?

613


How can you convert integers to binary or hexadecimal?

604


How does sizeof know array size?

612


What is typedef example?

603


Explain the difference between structs and unions in c?

564


What is graph in c?

574


What are the 4 types of functions?

560


What are the main characteristics of c language describe the structure of ac program?

602