What error would the following function give on compilation ?

f(int a,int b)
{
int a;
a = 20;
return a;
}

Posted on by