Difference between static global and global?
Answer Posted / priya
static means fixed we should not change anything,but in non
static we can change.
| Is This Answer Correct ? | 5 Yes | 106 No |
Post New Answer View All Answers
What is the difference between delegation and implemented-in-terms-of?
What is & in c++ function?
Why do we use string in c++?
What does it mean to declare a member variable as static?
What is an adjust field format flag?
What is the use of endl in c++ give an example?
What is prototype in c++ with example?
What is the full form of india?
Is there any function that can skip certain number of characters present in the input stream?
Will c++ be replaced?
What is a singleton class c++?
Explain one method to process an entire string as one unit?
How the keyword struct is different from the keyword class in c++?
What are default parameters? How are they evaluated in c++ function?
Explain the difference between class and struct in c++?