Syntax 5.3 : Function Declaration (or Prototype)
return_type function_name(parameter1, ..., parametern);
double abs(double x);