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
What is copy constructor? Can we make copy constructor private in c++?
What is cin clear () in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is the protected keyword used for?
program explaining feautures of c++
what are function pointers?
When should overload new operator on a global basis or a class basis?
What sorting algorithm does c++ use?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
In c++, what is the difference between method overloading and method overriding?
Explain container class.
What is the insertion operator and what does it do?
Tell me difference between constant pointer and pointer to a constant.
What does it mean to declare a member function as virtual?
Is c++ platform dependent?