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
What is the role of C++ shorthand's?
What is the error in the code below and how should it be corrected?
What is a block in c++?
What is the auto keyword good for in c++?
What is the difference between delegation and implemented-in-terms-of?
What is function prototyping?
Differentiate between declaration and definition.
What is the most powerful coding language?
What is lambda in c++?
What are literals in C++?
What is a forward referencing and when should it be used?
What is the difference between structure and class?
Is c++ slower than c?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is one dimensional array in c++?