๐ Bug HuntC C Easyโก+10 XP
Missing Return Type
This function declaration is incomplete.
๐ Find the bug
1
add(int a, int b) {2
return a + b;3
}๐ The bug is on line 1
This function declaration is incomplete.
add(int a, int b) { return a + b;}