Difference between static global and global?
Answer Posted / veera
hello Sheela u r question is good, but u can access global
static through extern key word in other file,it take the
value but we can,t change the value in that file.
But in case of global variable it's possible to change
the value in other file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the auto keyword good for in c++?
Can char be a number c++?
Mention the ways in which parameterized can be invoked.
What are function prototypes?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Tell me what are static member functions?
What is setf in c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
When does a name clash occur in c++?
What is the c++ code?
What is function prototyping?
Describe the setting up of my member functions to avoid overriding by the derived class?
What are the advantages of using const reference arguments in a function?
What is microsoft c++ redistributable 2013?
How a macro differs from a template?