answersLogoWhite

0


Best Answer

There are four types of storage class or variable in c.

1) auto storage class.

2) register storage class.

3) static storage class.

4) external storage class.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Storage classes are auto, register, static, extern and typedef (formally only).

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Storage classes available in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are c storage classes?

storage classes determines the part of memory where storage is allocated for an object. a scope specifies the part of the program which a variable name is visible, that is accessibility of the variable by its name. in c language there are four storage classes automatic, external, register, static.


How many classes of storage do you have?

In C there are four storage classes: automatic, external, register and static.


What is the advantages of storage class in c?

advantage of storage classes


What is storage classes in c plus plus?

AUTO EXTERN STATIC are the storage classes in c++


What are the storage classes in c?

A storage class defines the visibility and lifetime of variables or/and functions within a C Program. There are following storage classes which can be used in a C Program: auto register static extern


What are storage classes in c language?

There are Four main storage classes are there in c language 1.static(0 is default value of this class ,local area) 2.auto( Garbage value is default value of this class,local area) 3.register(Faster execution i.e, CPU receives values directly from register) 4.extern(specification for out of program)


Why you need to declare auto storage class specifier in c language?

We don't. The auto storage class is the default storage class for all local variables and is therefore completely redundant in C. It exists for no other reason than that C evolved from B and inherited all its storage classes (auto, static, extern and register).


What is diffence between c and c plus plus?

main difference b/w c and c++ is that c is procedural language whereas c++ is object oriented language also classes are not used in c but in c++ classes are used.


What is different storage class in c?

Different from what? Storage classes are auto, register, static, extern and typedef (formally).


The application where c language can't implemented but it is done by c plus plus language?

Any C++ application that makes use of classes cannot be compiled in C since C is not an object-oriented programming language. The code may be altered to eliminate the classes, but if the classes are designed with complex hierarchies then the transition could prove quite difficult to implement.


What is a class in c?

That is where students are in a classroom with an instructor learning how to program computers in the C language. Other than that the C programming language does not have classes.


What is a class c?

That is where students are in a classroom with an instructor learning how to program computers in the C language. Other than that the C Programming language does not have classes.