Difference between static global and global?
Answer Posted / derick
Chitra, "static global is fixed.but global variables are
changed." what does this mean?
Please do not answer like this if you are not sure.
What Rakesh said is true except that Static global
variable's scope is limited to its block.
| Is This Answer Correct ? | 21 Yes | 10 No |
Post New Answer View All Answers
What is a memory leak c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is data type in c++?
What does return 0 do in c++?
Do you know what is overriding?
How to tokenize a string in c++?
What are the advantages of using friend classes?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
How a new element can be added or pushed in a stack?
Are vectors faster than arrays?
Why do we need runtime polymorphism in c++?
What is polymorphism in c++? Explain with an example?
When is dynamic checking necessary?
why is c++ called oops? Explain
What are the types of pointer?