adspace


Difference between static global and global?

Answer Posted / veera

hello Sheela u r question is good, but u can access global
static through extern key word in other file,it take the
value but we can,t change the value in that file.

But in case of global variable it's possible to change
the value in other file.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can union be self referenced?

1304


daily Routine of father

1511


What character terminates all character array strings a) b) . c) END

1429


What is the latest version on c++?

1235


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1200