coolvin
@coolvin (21)
India • Age 38
Joined myLot 17 years ago
one plus one,2 is maths
Comments (6)
coolvin's Comments
dholey
@dholey (1383)
• India
27 Nov 06
here is a c puzzle: can u tell me the output...
void main()
{
int x=10;
printf("\n\t%d%d%d%d",--x,--x,x++,++x); }
12 responses •
3 people