You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void sum(int, int); // function prototype , as the function is execution is after main , we are giving a prototype that this function may exist, please check this