what is difference between static and non-static variables
Answer Posted / udit rawat
static variable take memory first at linking and loading time
while non static variable take memory at compile time
| Is This Answer Correct ? | 35 Yes | 11 No |
Post New Answer View All Answers
What is boyce codd normal form in c++?
What is a static member?
What does h mean in maths?
Is c++ proprietary?
Is java made in c++?
Explain the volatile and mutable keywords.
what is the difference between overloading & overriding? give example.
What is the protected keyword used for?
What does flush do c++?
In a function declaration, what does extern mean?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is linked list in c++?
What is a node class in c++?
What is auto used for in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?