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
Mention the ways in which parameterized can be invoked.
What is auto type c++?
Explain mutable storage class specifier.
What is the size of integer variable?
Difference between overloading vs. Overriding
What is a constant reference?
Why do we use templates?
What is unary operator? List out the different operators involved in the unary operator.
What is friend class in c++ with example?
What is a dll entry point?
Can union be self referenced?
What is the best c c++ compiler for windows?
What do you mean by vtable and vptr in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
what is a reference variable in C++?