Qualcomm interview question

How can you access global static variables from other files

Interview Answers

Anonymous

29 Apr 2013

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

2

Anonymous

21 Jan 2014

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