Find the output of the following program
void function(int az
if(a > 0) {
function(--a);
function(a--);
function(a++):
printf("%d", a);
}
int maino
function(3);
}
Answers
Answered by
0
Answer:
sorry for that I Don't know
Similar questions