[ create a new paste ] login | about

Link: http://codepad.org/pAgNAJLu    [ raw code | output | fork ]

C++, pasted on Jul 8:
1
2
3
4
5
#include <stdio.h>
int main()
{int y=10;
while(y--);
printf("y=%d\n",y);}


Output:
1
y=-1


Create a new paste based on this one


Comments: