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
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What would happen on forgetting [], while deallocating an array through new?
Should I learn c or c++ or c#?
Do you know what are pure virtual functions?
What flag means?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What does I ++ mean in c++?
Why do you use the namespace feature?
What is name hiding in c++?
why is c++ called oops? Explain
What is meant by a delegate?
What is a storage class? Mention the storage classes in c++.
Write about the stack unwinding?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Discussion on error handling of C++ .