Difference between static global and global?
Answer Posted / chitra
static global is fixed.but global variables are changed.
| Is This Answer Correct ? | 7 Yes | 88 No |
Post New Answer View All Answers
What do you mean by vtable and vptr in c++?
Can char be a number c++?
How can you quickly find the number of elements stored in a static array?
Explain one-definition rule (odr).
What is the full form of ios?
Why do we need function?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What are different types of loops in c++?
How does the copy constructor differ from the assignment operator (=)?
Explain the difference between overloading and overriding?
What are the various arithmetic operators in c++?
What is the basic of c++?
Which c++ operator cannot overload?
How does com provide language transparency?
What return value must conversion operators have in their declaration?