Computer Science, asked by lalchhuanawma5334, 11 months ago

Find out the errors in the following :
int sum(int x ,int y)
{
int result;
result =x + y;
}

Answers

Answered by Naresh5551
9
it should be sum instead of result
Similar questions