Difference between static global and global?
Answer Posted / umasankar
what sandeep said is absolutely correct
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is class definition in c++ ?
What are the two shift operators and what are their functions?
What are the uses of c++ in the real world?
What are the unique features of C++.
What is a Default constructor?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is the purpose of extern storage specifier?
How would you use qsort() function to sort an array of structures?
What is a container class?
What is the advantage of an external iterator.
Why can’t you call invariants() as the first line of your constructor?
What is ios class in c++?
What are the differences between the function prototype and the function defi-nition?
Why is the function main() special?
What is a far pointer? where we use it?