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 is abstraction c++?
Which compiler does turbo c++ use?
Is swift a good first language?
Why c++ is called oop?
What is meaning of in c++?
What is the use of ::(scope resolution operator)?
Which field is used in c++?
What does it mean to declare a member function as virtual?
Difference between pointer to constant vs. Pointer constant
What are the differences between java and c++?
Explain the difference between c & c++?
How many different levels of pointers are there?
What are the advantages of using const reference arguments in a function?
What do the keywords volatile and mean mutable?
Explain the difference between new() and malloc() in c++?