#includestdio.h
void show() {
printf("PISTA ");
show();
}

void main() {
printf("CACHEW ");
return 10;
}
Determine the output

Posted on by