What error would the following function give on compilation? f(int a, int b) { int a; a=20; return a; }
Reveal answer
Fill a bubble to check yourself
What error would the following function give on compilation? f(int a, int b) { int a; a=20; return a; }