This was asked in an interview. "There is an error in the bottom function, what is it?" It is simple to add the function c, and the main function calls it. Given some key - "Give a different set of input values, check and find the error."
int add (int x, int y) { return x + y; }
source share