Difference between static global and global?
Answer Posted / chitra
static global is fixed.but global variables are changed.
| Is This Answer Correct ? | 7 Yes | 88 No |
Post New Answer View All Answers
Can we use struct in c++?
Can we get the value of ios format flags?
How is c++ different from java?
Can we overload operator in c++?
How can you tell what shell you are running on unix system?
What is private inheritance?
Why is c++ not purely object oriented?
How can you quickly find the number of elements stored in a static array?
Can you use the function fprintf() to display the output on the screen?
Can we make copy constructor private in c++?
What is the latest c++ standard?
What is the header file for setw?
What are move semantics?
What is the latest version on c++?
Is java made in c++?