Skip to main content
๐Ÿ› Bug HuntC C Easyโšก+10 XP

Missing Return Type

This function declaration is incomplete.

๐Ÿ› Find the bug
1add(int a, int b) {
2 return a + b;
3}
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: