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
Are c and c++ similar?
What is main function in c++ with example?
why is iostream::eof inside a loop condition considered wrong?
What is null pointer and void pointer and what is their use?
Where is atoi defined?
Is empty stack c++?
Define a nested class. Explain how it can be useful.
Is map sorted c++?
How to defines the function in c++?
Explain the operation of overloading of an assignment operator.
What is the use of this pointer in c++?
How a new element can be added or pushed in a stack?
How can I improve my c++ skills?
What are c++ redistributables?
Define private, protected and public access control.