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
Is C++ case sensitive a) False b) Depends on implementation c) True
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What do you mean by funtion prototype?
What is runtime polymorphism in c++?
Is c++ the hardest language?
What is the best c++ compiler for windows 10?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What are the effects after calling the delete this operator ?
What is encapsulation in c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is class syntax c++?
Define private, protected and public access control.
What are the rules for naming an identifier?
Explain the benefits of proper inheritance.
what are Operators and explain with an example?