answersLogoWhite

0

AUTO

EXTERN

STATIC are the storage classes in c++

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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 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.


Drawbacks of c plus plus?

Not as commonly used. More schools are replacing their c++ classes with java classes.


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


Are all C plus plus classes subtypes?

no


Storage classes available in c language?

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.


Why do you need c plus plus?

For programming. C++ is better than C because it is object-oriented and has classes.


What year c plus plus was developed?

Developed in 1979 by the name of C with classes. Renamed to C++ in 1983.


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).


What was c plus plus previously called?

'C with Classes' began development in 1979. The name changed to 'C++' in 1983.