Computer Science, asked by shubhamaxy3092, 3 months ago

void foo();
int main()
{ void foo(int);
foo(1);
return 0;
}
void foo(int i)
{
printf("2");
}​

Answers

Answered by ashwinitupe01
4

Answer:

what is mean by this tell fast

Similar questions