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 the use of cmath in c++?
What is #include cmath?
What is static in c++?
Are strings immutable in c++?
Do vectors start at 0 c++?
an integer constant must have atleast one a) character b) digit c) decimal point
What are the four main data types?
What is the iunknown interface?
Can you use the function fprintf() to display the output on the screen?
Is map sorted c++?
Do you know what are static and dynamic type checking?
What is main function in c++ with example?
What is the full form of ios?
Explain linear search.
What is anonymous object in c++?