What are Storage Classes in C ?

Answer Posted / k.anil kumar

AUTO IS A DEFAULT SPECIFIER.THERE IS NO NECESSARY TO
MENTION IT.STATIC FOR LOCAL ANG GLOBAL IS DIFFERENT.STATIC
LOCAL REMAINS KNOWN ONLY TO THE BLOCK WN WHICH IT IS
DECLARED.STATIC GLOBAL IS KNOWN ONLY TO THE FILE.IT IS NOT
SUBJECTED TO ANY SIDE EFFECTS.EXTERN IS JUST A DECLARATION
BUT NOT DEFINITION.FOR INTEGERS AND CHARACTERS , THIS
TYPICALLY MEANS IN THE REGISTER OF THE CPU RATHER THAN IN
MEMORY,WHERE NORMAL VARIABLES ARE STORED.

Is This Answer Correct ?    27 Yes 68 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about C function prototype?

593


simple program of graphics and their output display

1458


What is a pointer in c?

671


Which header file should you include if you are to develop a function which can accept variable number of arguments?

793


Why we use conio h in c?

574






Is it better to use a macro or a function?

637


C program to find all possible outcomes of a dice?

1841


What are the 5 types of inheritance in c ++?

564


When should the volatile modifier be used?

667


what is the syallabus of computer science students in group- 1?

1824


What is c standard library?

678


Is boolean a datatype in c?

533


What is the difference between array and pointer in c?

564


What is wrong with this program statement? void = 10;

801


What are logical errors and how does it differ from syntax errors?

641