answersLogoWhite

0


Best Answer

AUTO

EXTERN

STATIC are the storage classes in c++

User Avatar

Wiki User

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

Wiki User

13y ago

the differente storage classices is auto,extern,register,and static storage class

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

i dont know so why are you asking me

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is storage classes in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


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


Drawbacks of c plus plus?

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


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.