Computer Science, asked by dineshbiswal216, 1 month ago

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 komalsharma7256
0

Answer:

sorry for that I Don't know

Similar questions