closed by
479 views
1 votes
1 votes

closed by

Related questions

2 votes
2 votes
1 answer
3
2 votes
2 votes
0 answers
4
srestha asked Jan 28, 2019
654 views
void foo(int n) { for(i1=1;i1<=n;i1++) { for(i2=1;i2<=i1;i2++) { ....... { for(i6=1;i6<=i5;i6++) { count++; } } } } }Count initially 0.What is value returned by foo(8)?