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
What is the difference between a type-specific template friend class and a general template friend class?
What is the best book for c++ beginners?
Differentiate between a pointer and a reference with respect to c++.
What do c++ programmers do?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Which software is used to run c++ program?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Which software is best for c++ programming?
What is pure virtual function?
What is do..while loops structure?
Describe Trees using C++ with an example.
What is srand c++?
what is multi-threading in C++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Describe the advantage of an external iterator.