Computer Science, asked by Nishthaakukreja6311, 6 months ago

Void f (int x, int y) {
while (x < y) {
printf("%d ", y - x);
x = x + 1;
y = y - 1;
}
}
what is the output for f(3, 6)?

Answers

Answered by Anonymous
6

Answer:

question is not proper ....plz repost it

Explanation:

follow me Nishtha .....

Similar questions