English, asked by vikassharm333, 3 months ago

what is output of following code int main()
{
printf("PUNE"):
show(); printf("PUNE ");}
void show
{
printf("MUMBAI ");
}​

Answers

Answered by Atsatho
0

Answer:

the answer for this question is( MUMBAI )

Similar questions