Difference between static global and global?
Answer Posted / ravi.g
global static variables have no file scope since they can
not be accessed from other files by using extern keyword
Global variables have the file scope since they can be
accessed from other files using extern keyword
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain some examples of operator overloading?
Explain mutable storage class specifier.
Is c or c++ more useful?
Explain about vectors in c ++?
Why can templates only be implemented in the header file?
Explain how to initialize a const member data.
What does new in c++ do?
Write about the access privileges in c++ and also mention about its default access level?
What is c++ good for?
What is encapsulation in C++? Give an example.
Which is best c++ or java?
What is an inline function in c++?
What is ios flag in c++?
Explain the concept of dynamic allocation of memory?
What are the various oops concepts in c++?