int fun( const int a, const int b ){ int value = a * a + b * b ; return value ; }