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
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Which is the memory area not included in C program? give the reason
Why is C language being considered a middle level language?
With the help of using classes, write a program to add two numbers.
What is volatile variable in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Where does the name "C" come from, anyway?
what do the 'c' and 'v' in argc and argv stand for?
What is the most efficient way to store flag values?
What should malloc(0) do?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Explain built-in function?
What is the general form of a C program?
Can true be a variable name in c?
Explain the difference between the local variable and global variable in c?