what is difference between static and non-static variables
Answer Posted / arun kumar
Initialization of static variables is at compile time,
but in case of non-static variables is at run time.
Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is the full form of india?
Explain explicit container.
which operator is used for performing an exponential operation a) > b) ^ c) none
What is the use of object in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is public, protected, private in c++?
Explain queue. How it can be implemented?
What is an incomplete type in c++?
What is the c++ programming language used for?
What is encapsulation in C++? Give an example.
What size is allocated to the union variable?
How to allocate memory dynamically for a reference?
What is function overriding in c++?
What are friend functions in C++?
What are the storage qualifiers?