What is the difference between static global and global ?
Answers were Sorted based on User's Feedback
Answer / leossk
Scope of the static variable is limited to that file, while
global is for all the files in that project space.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
differance between copy & clon
Which of the following operator cannot be overloaded?
What are the types of pointer?
What are destructors?
what do you mean by volatile variable?
How many storage classes are available in C++?
what is C++ exceptional handling?
What is virtual table?
Is c++ still being used?
What is the use of string in c++?
Should you pass exceptions by value or by reference?
What do you mean by internal linking and external linking in c++?