Difference between static global and global?
Answer Posted / mukesh
global variable is accessed in all file by use extern keyword.while static global only visible in file in which it is declared.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how a pointer to function can be declared in C++?
what does the following statement mean? int (*a)[4]
What is the oldest programming language?
Which one between if-else and switch is more efficient?
What is meant by iomanip in c++?
Is atoi safe?
What is the basic concept of c++?
What is c++ hash?
write a programme to get a character and thier ASCII value
What is c++ flowchart?
Explain storage qualifiers in c++.
What is c++ runtime?
Is there finally in c++?
Which of the following is evaluated first: a) && b) || c) !
Is string data type in c++?