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 the function to call to turn an ascii string into a long?
Differentiate between the manipulator and setf( ) function?
What is overloading unary operator?
Can user-defined object be declared as static data member of another class?
How to declare a pointer to an array of integers?
Write syntax to define friend functions in C++.
What is functions syntax in c++?
How many characters are recognized by ANSI C++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is null pointer and void pointer?
What is encapsulation in C++? Give an example.
Why do we need templates?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Is overriding possible in c++?
What is operators in c++?