Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    "Oh, wait! I have to count upto 4294967295 before i multiply" - That's weird :) Commented Nov 17, 2013 at 14:01
  • Do you indeed multiply a and b somewhere? Commented Nov 17, 2013 at 14:48
  • @ᴍarounᴍaroun This is a part of code where I was trying to demonstrate the usefulness of threads. Multiiplication has to wait for 9 seconds before it actually happens in this code. But if I use threads, multiplication gives instant result while the counting continues in background. Commented Jan 29, 2014 at 8:09