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 f'n in math?

621


What does *p++ do?

586


Does c have function or method?

591


What is the difference between scanf and fscanf?

664


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2518






Using which language Test cases are added in .ptu file of RTRT unit testing???

3602


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

689


Suggesting that there can be 62 seconds in a minute?

598


What are header files why are they important?

581


Can you define which header file to include at compile time?

589


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3125


What do you understand by friend-functions? How are they used?

647


What is the sizeof () a pointer?

549


How can I trap or ignore keyboard interrupts like control-c?

620


Why pointers are used?

633