#include using namespace std ; extern int g1 ; extern int add( int x1, int x2 ) ; int main() { g1 = 5 ; cout << add( 3,5 ) << endl ; }