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 are static variables?
Is c++ a float?
What are the two types of comments, and how do they differ?
Is eclipse good for c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is scope in c++ with example?
What is oops in c++?
Is c++ still in demand?
Do you know what is overriding?
What is the difference between function overloading and operator overloading?
What is a responder chain?
Why is c++ called oops?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Differentiate between an inspector and a mutator ?
Define macro.