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
Is c++ a programming language?
Is string data type in c++?
What are the uses of static class data?
List the special characteristics of constructor.
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is iomanip c++?
What is #include math h in c++?
Explain the uses of static class data?
Can you please explain the difference between using macro and inline functions?
Is linux written in c or c++?
How many types of scopes are there in c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Explain the auto storage classes in c++.
What is meaning of in c++?
Mention the storage classes in c++.