What are Storage Classes in C ?
Answer Posted / nagalakshmanarao
storage classes in c defines the scope and lifetime of variables.the storage classes are important only in multifunction and multiple file programms.
storage classes are 4 types:they are 1:auto
2:static
3:extern
4:register
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I use strcmp?
please send me the code for multiplying sparse matrix using c
Explain what is page thrashing?
Explain how are portions of a program disabled in demo versions?
Write a program to reverse a string.
What is getch () for?
What is nested structure?
Explain the difference between malloc() and calloc() function?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is difference between array and structure in c?
Do you know what are the properties of union in c?
Explain void pointer?
How can I split up a string into whitespace-separated fields?
What is "Hungarian Notation"?
Who is the main contributor in designing the c language after dennis ritchie?