Imbibing Knowledge |
||||
I am a sponge, drench me with your knowledge. |
|
|||
No matter how rich you become, how famous or powerful, when you die the size of your funeral will still pretty much depend on the weather. |
||||
![]() Romantic Cards |
Hi I am Rahul Burman. I am pursuing B-Tech(CSE) from Galgotias College of Engineering Technology Greater Noida. I Like to code, play chess, surf the net and to read books. I listen to all type of music, AKON being my latest favorite.I am also an avid traveller having travelled the length and the breadth of India |
|||
|
Check your C skills
What would be the output if you tried the following expression.
x=10; x=x++; printf("%d",x=x++); printf("%d",x=++x); 2007-11-09 15:17:57 GMT
|
|
|||