what is difference between static and non-static variables
Answer Posted / sengar
static variable will not be change value all time but non
static value can be changed according requirement .
without giving any value static variable automatically
initialize by zero but in non-static case not the same
case.
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Describe the advantage of an external iterator.
What is function prototyping? What are its advantages?
What is friend class in c++ with example?
How do you establish a has-a relationship?
What is java and c++?
What is a storage class?
What is stoi in c++?
Describe delete operator?
Why are arrays usually processed with for loop?
What is a flag in c++?
Can I make ios apps with c++?
How is c++ used in the real world?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is atoi in c++?
Difference between an inspector and a mutator