Declarations and Initializations - Programming

Q1:

Is it true that a global variable may have several declarations, but only one definition?

A Yes

B No

ANS:A - Yes

Yes, In all the global variable declarations, you need to use the keyword extern.