retagged by
285 views

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...
1 votes
1 votes
1 answer
2
Deepalitrapti asked Sep 20, 2018
785 views