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
which of the following is not an secondary constant a) array b) real c) union
How do you initialize a string in c++?
What do you mean by “this” pointer?
Write a struct time where integer m, h, s are its members?
Differentiate between the manipulator and setf( ) function?
What is the best free c++ compiler for windows?
Carry out conversion of one object of user-defined type to another?
Describe exception handling concept with an example?
What is binary object model?
Difference between overloaded functions and overridden functions
If all is successful, what should main return a) 0 b) 1 c) void
what is the use of void main() in C++ language?
Why is it called c++?
What are the steps in the development cycle?
How is c++ different from java?