what is output of following code int main()
{
printf("PUNE"):
show(); printf("PUNE ");}
void show
{
printf("MUMBAI ");
}
Answers
Answered by
0
Answer:
the answer for this question is( MUMBAI )
Similar questions