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 doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is microsoft c++ redistributable?
Why do we use templates?
Which software is best for c++ programming?
Explain rtti.
Do inline functions improve performance?
What is null c++?
What is pair in c++?
Write about the retrieval of n number of objects during the process of delete[]p?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is #include c++?
Why cstdlib is used in c++?
Can we change the basic meaning of an operator in c++?
What is object file? How can you access object file?
Explain some examples of operator overloading?