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
How much maximum can you allocate in a single call to malloc()?
Is there a c++ certification?
Evaulate: 22%5 a) 2 b) 4 c) 0
What does it mean to declare a destructor as static?
Name the implicit member functions of a class.
Explain data encapsulation?
What is endl?
Can comments be longer than one line?
Can we use clrscr in c++?
Can non graphic characters be used and processed in C++?
Which programming language's unsatisfactory performance led to the discovery of c++?
What are the differences between java and c++?
What is the history of c++?
Differentiate between a pointer and a reference with respect to c++.
Define token in c++.