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
When there is a global variable and local variable with the same name, how will you access the global variable?
Write a program which uses Command Line Arguments
What is dynamic and static typing?
How would you use the functions randomize() and random()?
Why we use #include iostream in c++?
What is malloc in c++?
What is the difference between mutex and binary semaphore?
Briefly describe a B+ tree. What is bulk loading in it?
How a pointer differs from a reference?
What are pointer-to-members? Explain.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Write about the various sections of the executable image?
What is array in c++ pdf?
How many namespaces are there in c++?
Differentiate between a constructor and a destructor in c++.