My question is simple.
I have three files in my program.suppose one of files has static function.how can I use that function from the other one?
I knew that static function accessed by the files itself.i want to know any possible way.
If the way is available, how can i stop that access in terms of function declaration?