What is the difference between static global and global ?
Answer Posted / leossk
Scope of the static variable is limited to that file, while
global is for all the files in that project space.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is meant by the term name mangling in c++?
Will this c++ program execute or not?
What does I ++ mean in c++?
Why c++ is the best language?
Is it possible to write a c++ template to check for a function's existence?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is an overflow error?
What is the difference between strcpy() and strncpy()?
Write bites in Turbo c++ Header ("Include") Files.
Why can’t you call invariants() as the first line of your constructor?
How can I learn dev c++ programming?
Is c++ still being used?
Who created c++?