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
What is a stream in c programming?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the purpose of void pointer?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
what is different between auto and local static? why should we use local static?
Give differences between - new and malloc() , delete and free() ?
How are Structure passing and returning implemented by the complier?
What is the scope of static variable in c?
how can I convert a string to a number?
#include
Why is c so important?
What is an auto keyword in c?
what are the facialities provided by you after the selection of the student.
What are the two types of functions in c?