What is meant by global static? why we have to use static
variable instead of Global variable
Answer Posted / vaibhav
global static means the static value declared as a
global.using this we can share same copy of that variable.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Stimulate calculator using Switch-case-default statement for two numbers
When is a “switch” statement preferable over an “if” statement?
What is void c?
What are qualifiers in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
Explain what does it mean when a pointer is used in an if statement?
Explain what is output redirection?
Why do we need arrays in c?
What is the difference between formatted&unformatted i/o functions?
Does c have circular shift operators?
Is using exit() the same as using return?
What is the equivalent code of the following statement in WHILE LOOP format?
What is include directive in c?
What is scope rule in c?
What is array within structure?