Answer Posted / p.mathiazhagan
There four types of storage is available.
1)Automatic
2)external
3)static
4)register
The first three is explained before answer...
Register variable are not using the memory. It stored
in registers. It is mainly used to fast access then
previous storage. But, It has some limitation for declaring
the variable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use iterators?
What is an associative container in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
How do you initialize a string in c++?
What happens when you make call 'delete this;'?
What programming language should I learn first?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Do class method definitions?
What is virtual destructor ans explain its use?
When can I use a forward declaration?
What is class definition in c++ ?
What is c++ best used for?
Name the operators that cannot be overloaded in C++?
Differences between private, protected and public and give examples.
Write about all the implicit member functions of a class?