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 are the 2 main types of data structures?
What is the purpose of ios::basefield in the following statement?
Distinguish between new and malloc and delete and free().
Define a constructor?
Describe public access specifiers?
What is the outcome of cout< a) 16 b) 17 c) 16.5
How would perform Pattern Matching in C++?
How many characters are recognized by ANSI C++?
When is the copy constructor called?
What are inline functions? What is the syntax for defining an inline function?
What methods can be overridden in java?
What is DlgProc?
Explain how an exception handler is defined and invoked in a Program.
What is the difference between interpreters and compilers?
When one must use recursion function? Mention what happens when recursion functions are declared inline?