What is the difference between static global and global ?
Answer Posted / shakti singh khinchi
Scope of static variable is limited to different function
calls for a file, whereas global variable exists in multiple
files.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is c++
Define a constructor?
Why #include is used?
Will a catch statement catch a derived exception if it is looking for the base class?
What is c++ code?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
which of the following is not an secondary constant a) array b) real c) union
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Is it possible to have a recursive inline function in c++?
What is a class template in c++?
Explain deep copy?
How can virtual functions in c++ be implemented?
How do you establish a has-a relationship?
What do you mean by overhead in c++?
Can a constructor be private?