What are the different types of storage classes in C?
Answer Posted / nashiinformaticssolutions
Auto: Default storage class for local variables.
Static: Retains variable value between function calls.
Extern: Refers to global variables used in other files.
Register: Suggests storing variables in the CPU register.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we assign integer value to char in c?
Is flag a keyword in c?
When should structures be passed by values or by references?
How does selection sort work in c?
What is the use of f in c?
What is the advantage of using #define to declare a constant?
How do you list files in a directory?
Write a program to use switch statement.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is string in c language?
Explain what is the difference between null and nul?
Does c have circular shift operators?
What is a void pointer? When is a void pointer used?
Explain how do you determine a file’s attributes?
What is d scanf?