retagged by
1,232 views

3 Answers

Best answer
2 votes
2 votes

draw the recursion tree

selected by
2 votes
2 votes
0120301 ?
0 votes
0 votes
0120301 you need to explain each recursive call just make a tree

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
2 answers
3
0 votes
0 votes
0 answers
4
pC asked Sep 7, 2018
534 views
#include <stdio.h>int main(void) { int i=10; printf(" %d %d %d",i==10,i=40,i>15 );} Conceptsundefined behaviorfloating point representation