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
What is a rooted hierarchy?
What is a try block?
What is c++ 11 and c++ 14?
Explain differences between alloc() and free()?
What is the use of endl in c++ give an example?
Tell me an example where stacks are useful?
Does there exist any other function which can be used to convert an integer or a float to a string?
Can a program run without main?
What is the latest c++ standard?
Why do we use iterators?
Why struct is used in c++?
What are the five basic elements of a c++ program?
What is abstraction c++?
When do you call copy constructors?
Are iterators pointers?