@@ -1 +1,7 @@
#include "bus.h"
int sum(int a,int b)
{
int sum=b+a;
return sum;
}
The note is not visible to the blocked user.