What is the difference between static global and global ?
Answer Posted / shakti singh khinchi
Scope of static variable is limited to different function
calls for a file, whereas global variable exists in multiple
files.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Who created c++?
What are shallow and deep copies?
How to declaring variables in c++?
Explain the concept of copy constructor?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Differentiate between the message and method in c++?
Is c++ built on c?
How long does it take to get good at leetcode?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is the c++ programming language used for?
What is the difference between while and do while loop? Explain with examples.
How is c++ different from java?
What are references in c++?
Explain the differences between private, public and protected and give examples.
What do you mean by inheritance in c++?