Math, asked by maharanadeepak1998, 1 year ago

Question: 1
Mark for review
void myFunc (int x)
if (x > 0)
myFunc(-x);
printf("%d", x);
int main()
myFunc(5);
return 0;
What will the above sample code produce when executed?​

Answers

Answered by sanidhya973
0

Answer:

thoda thik se likho kuchh samajh nahin a Raha

Similar questions