//Global Variable int g1 ; int add( int x1, int x2 ) { return x1 + x2 ; }