Pergunta de entrevista da empresa NVIDIA

How to use a variable declared in one file and can be used in other file

Resposta da entrevista

Sigiloso

16 de jan. de 2020

We can use extern keyword if we want to use a variable outside the file,But if the variable that we want to use is declared as global static then we cannot use that variable outside the file because its scope becomes program scope