What is the difference between static global and global ?
Answer Posted / 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 |
Post New Answer View All Answers
Who was the creator of c++?
Explain what data encapsulation is in c++?
What do you mean by volatile and mutable keywords used in c++?
What is a map in c++?
How much do coding jobs pay?
What is using namespace std in cpp?
Is c++ a pure oop language?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Can a class be static in c++?
What is the prototype of printf function?
What is the difference between #import and #include?
What is enum c++?
Is it possible to use a new for the reallocation of pointers ?
How do you remove an element from a set in c++?
Why do we use templates?