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
Is c++ a software?
What is friend class in c++ with example?
What is a v-table?
Evaulate: 22%5 a) 2 b) 4 c) 0
How a modifier is similar to mutator?
How would you use the functions sin(), pow(), sqrt()?
What is setw manipulator in c++?
What is the main purpose of c++?
Is c++ used anymore?
What is an operator in c++?
What is meant by iomanip in c++?
What is the full form of c++?
How are Structure passing and returning implemented by the compiler?
What's the best free c++ profiler for windows?
What is flush () in c++?