What are Storage Classes in C ?
Answer Posted / sowmi
There are 4 types of storage class namely such as
auto,extern,static,register,and also type def
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should we use pointers in a c program?
What is %g in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is #define in c?
how do you execute a c program in unix.
Is exit(status) truly equivalent to returning the same status from main?
How can I dynamically allocate arrays?
What is abstract data structure in c?
Explain what’s a signal? Explain what do I use signals for?
What Is The Difference Between Null And Void Pointer?
What are the difference between a free-standing and a hosted environment?
What is the use of parallelize in spark?
Explain argument and its types.
What does 4d mean in c?
What is the use of function in c?