Pregunta de entrevista de Bloomberg

What is the difference between static global and normal global variables.

Respuestas de entrevistas

Anónimo

21 may 2009

static global variable visibility is limited to the file its defined...where as normal global variable visiblity is across all the files of the module.

2

Anónimo

15 may 2009

No idea