Difference between static global and global?
Answer Posted / mukesh
global variable is accessed in all file by use extern keyword.while static global only visible in file in which it is declared.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by the term name mangling in c++?
What does the linker do?
Define what is constructor?
Why is polymorphism useful?
Is it possible to get the source code back from binary file?
What are the advantages of c++?
What is the difference between struct and class?
What is the this pointer?
Are c and c++ different?
What is the use of turbo c++?
Where are setjmp and longjmp used in c++?
What is pure virtual function? Or what is abstract class?
What is the best c++ book for beginners?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Define basic type of variable used for a different condition in C++?