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 scope operator in c++?
What is pure virtual function? Or what is abstract class?
What are the methods of exporting a function from a dll?
What is a float in c++?
What is fixed in c++?
Will c++ be replaced?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is tellg () in c++?
What are the unique features of C++.
what are the types of Member Functions?
What is a flag in c++?
What is function overriding in c++?
What is c++ good for?
What is a local variable?
Write a C++ Program to check whether a number is prime number or not?