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


Please Help Members By Posting Answers For Below Questions

Why static is used in c?

630


What are the __date__ and __time__ preprocessor commands?

585


Explain what are the advantages and disadvantages of a heap?

608


What is the difference between far and near ?

700


What is declaration and definition in c?

536






What is string concatenation in c?

579


Explain what is a pragma?

605


What does return 1 means in c?

593


Explain how do you view the path?

672


What is the condition that is applied with ?: Operator?

671


What is the right type to use for boolean values in c?

596


What is variable declaration and definition in c?

510


What does %d do?

738


What is the use of a static variable in c?

600


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2340