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
0
Answer:
I can't understand ur question.........
Similar questions
World Languages,
3 months ago
Science,
3 months ago
English,
3 months ago
Hindi,
6 months ago
Computer Science,
6 months ago
History,
11 months ago
English,
11 months ago
Art,
11 months ago