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 stack unwinding?
What are literals in C++?
what are the iterator and generic algorithms.
Explain this pointer?
What is set in c++?
What are the advantages of inheritance in c++?
When is the destructor called?
Which is better c++ or java?
What is the full form of stl in c++?
Is c++ pass by reference or value?
What is #include c++?
What are dynamic type checking?
Search for: what is pair in c++?
What is double in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.