Hi All,

1. What does following mean:
within a file a.c ,
static void add(); (To make following funtion private?)

2. When do use the key word static?
I need to use the above function in another file say b.c what will be the over functionality.In this case should i use static beside the function declaration.

Thanks in advance
Sanny