Juniper Networks interview question

How to access a static variable defined in another C module without modifying its type definition?

Interview Answer

Anonymous

29 Sept 2023

By defining another variable which will a pointor to that static variable.