What are the different types of Storage classes?

Answer Posted / saroj das ,balsore

storage class is an instruction that give compiler 4
instructions . there are 4 type storage class 1) automatic,
register , static ,external

Is This Answer Correct ?    44 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can constructor be static in c++?

645


What are advantages of c++?

568


What are the basics of local (auto) objects?

636


What are friend functions in C++?

629


What are move semantics?

675






Does a derived class inherit or doesn't inherit?

621


Does c++ have arraylist?

548


What is a sequence in c++?

587


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

595


Which operator cannot overload?

549


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

576


Why do we use classes in programming?

580


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

708


Is c++ double?

567


What is prototype for that c string function?

699