int func2(int a, int b) { if ( (a - b) > 0 ) return a; else return b; }