What are Storage Classes in C ?
Answer Posted / mustaffa hasan
Auto,Static,Extern,Register.Auto are Local variables known
only to the function in which it is declared.Default is
auto.Static are Local variable which exits and retains its
value even after the control is transferred to the calling
function.Global are Global variables known to all functions
in the file.Register are Local variable which is stored in
register.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how do you declare an array that will hold more than 64kb of data?
What do you know about the use of bit field?
hi, which software companys will take,if d candidate's % is jst 55%?
What are the scope of static variables?
What does p mean in physics?
Describe the modifier in c?
Which is the best website to learn c programming?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What do the functions atoi(), itoa() and gcvt() do?
There seem to be a few missing operators ..
How many main () function we can have in a project?
Write a progarm to find the length of string using switch case?
What are type modifiers in c?
What are compound statements?
How can you invoke another program from within a C program?