✪ Choose the correct option.
Point out the error in the following code:-
f(int a, int b) {
int a;
a = 20;
return a;
}
Point out the error in the following code:-

✪ Choose the correct option.
Point out the error in the following code:-
f(int a, int b) {
int a;
a = 20;
return a;
}