Pergunta de entrevista da empresa Qualcomm

How can you access global static variables from other files

Respostas da entrevista

Sigiloso

29 de abr. de 2013

global static variables have file scope and cant be accessed outside the file. That's the difference between global static and global.

2

Sigiloso

21 de jan. de 2014

we can use a function to access the variable or its pointer