Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
--> is not an operator
SUBMITTED BY:
Bollipop
DATE:
May 21, 2016, 3:05 a.m.
FORMAT:
C
SIZE:
211 Bytes
Raw
Download
Tweet
HITS:
669
Go to comments
Report
// --> is not an operator on its own it is -- and >
// But seems someone want to get their hands dirty :p
int
i
=
5
;
while
(
i
-->
0
)
// i will be decreased at each iteration
{
printf
(
"%d
\n
"
,
i
);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus