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 |
What is the C-style character string?
Explain selection sorting. Also write an example.
Explain about templates of C++.
What is a static element?
What do the keywords volatile and mean mutable?
What causes a runtime error c++?
What is class invariant?
What is pure virtual function?
What's c++ used for?
Explain what is oop?
What is the difference between structure and class?
Write my own zero-argument manipulator that should work same as hex?