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
Implement stack operations with pointers with appropriate exception checks.
Can we inherit constructor in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Should I learn c or c++ or c#?
What are static variables?
Why c++ is faster than java?
Explain dangling pointer.
Name four predefined macros.
Explain the difference between struct and class in terms of access modifier.
What are advantages of using friend classes?
What is the full form of stl in c++?
Why do we learn c++?
What happens when you make call 'delete this;'?
Can I create my own functions in c++?
What are manipulators in c++ with example?