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
6
Answer:
question is not proper ....plz repost it
Explanation:
follow me Nishtha .....
Similar questions