What are the different types of storage classes in C?
Answer Posted / glibwaresoftsolutions
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
What is c language and why we use it?
what is bit rate & baud rate? plz give wave forms
what is the syallabus of computer science students in group- 1?
What is file in c language?
Explain what will the preprocessor do for a program?
Does c have an equivalent to pascals with statement?
What math functions are available for integers? For floating point?
What is the difference between malloc() and calloc()?
Why do we use header files in c?
What is getch() function?
What are shell structures used for?
What is a function in c?
List out few of the applications that make use of Multilinked Structures?
Why void main is used in c?
application attempts to perform an operation?