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
What is endianness?
What is meant by entry controlled loop?
What is c++ used for in games?
How can you differentiate between inheritance and implementation in c++?
What are associate containers?
What does the ios::ate argument do?
What is an operator in c++?
What is class and structure in c++?
What are c++ variables?
Why c++ is created?
What is the extension of c++?
When do we use copy constructors?
When you overload member functions, in what ways must they differ?
write a programme to get a character and thier ASCII value
What is the difference between a baller and a reference in C++?