Answer Posted / anil
internal static is a storage that is local to the program
and is allocated prior to execution time.That is at
executing time this storage exists,it is reserved for all
time,whether it is used or not and the values remain same
throughout the calls
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is an adaptor class or wrapper class in c++?
How can you link a c++ program to c functions?
Discussion on error handling of C++ .
Why is c++ still best?
Explain the difference between class and struct in c++?
What is c++ flowchart?
Write a function to find the nth item from the end of a linked list in a single pass.
Do class method definitions?
What are stacks? Give an example where they are useful.
Explain Memory Allocation in C/C++ ?
How does work in c++?
What is general form of pure virtual function? Explain?
What is polymorphism and its type in c++?
What is the meaning of string in c++?
Difference between declaration and definition of a variable.