Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
11
Posts with Downvotes
5
Downvoting Members
3
1 Commented Post
0 Endorsements
~185 People Reached
Favorite Forums
Favorite Tags
c x 5
Member Avatar for avsatheesh

number of iterations in the following loop [CODE]main() { int x=5, y=10, z=9 for (;x<=5;) {y++;z--; x=x+1/2; if(z==0) z=y;}}[/CODE]

Member Avatar for Ancient Dragon
-3
185