retagged by
785 views
1 votes
1 votes

retagged by

1 Answer

Related questions

2 votes
2 votes
1 answer
1
Çșȇ ʛấẗẻ asked Aug 28, 2016
380 views
Consider the following code:int P=0; for (i=1; i<2n; i++) { for (j=1; j<=n; j++) { if (j<i) P =P+1; } } printf(“%d”, P);What is the output printed by the above code i...
11 votes
11 votes
4 answers
2
8 votes
8 votes
4 answers
3
0 votes
0 votes
1 answer
4
damz1499 asked Nov 11, 2022
285 views