Qualcomm Interview Question

How can you access global static variables from other files

Interview Answers

Anonymous

Apr 29, 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

Jan 21, 2014

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