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
What are comments and how do you insert it in a C program?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Why do we use int main?
What are the different types of control structures in programming?
What do you mean by a sequential access file?
What is zero based addressing?
What Is The Difference Between Null And Void Pointer?
Mention four important string handling functions in c languages .
if p is a string contained in a string?
What is the deal on sprintf_s return value?
write a program to find the given number is prime or not
What are the advantages of c preprocessor?
What is main function in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
a c code by using memory allocation for add ,multiply of sprase matrixes