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 static in c++?
What is pure virtual function? Or what is abstract class?
Explain the properties and principles of oop.
What is the difference between c++ and turbo c++?
Explain the register storage classes in c++.
Describe about storage allocation and scope of global, extern, static, local and register variables?
What are static type checking?
Why was c++ made?
Write a function to find the nth item from the end of a linked list in a single pass.
What is the difference between #import and #include?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Why null pointer is used?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is the full form of stl in c++?
Which is the best c++ software?