what is difference between static and non-static variables
Answer Posted / basharat ali
satatic variable use any where but non-static variable can
use with in a block..............
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What are the advantages of prototyping?
What are the various situations where a copy constructor is invoked?
Is c++ fully object oriented?
Why is main an int?
How does class accomplish data hiding in c++?
How important is c++?
How long will it take to learn programming?
What is function overriding in c++?
What is an inclusion guard?
Why c++ is not a pure oop language?
Explain the differences between private, public and protected and give examples.
Define vptr.
What is searching?
What is the role of copy constructor in copying of thrown objects?
What is c++ iterator?