Computer Science, asked by rahatsheikh2670, 6 months ago

Q: How many inputs this program will take?
void main()
{
int x,y,z;
clrscr();
scanf("%d%d%d ",&x,&y,&z);
printf ("%d %d %d\n",x,y,z);
getch();
}

Answers

Answered by hanshikasharma18
0

Answer:

I can't understand ur question.........

Similar questions