Hi All,

This may seem trivial but I have totally no idea.

Question: Why does the following code fragment fail to work?

Code:
int a = 1000, b = 1000;
long int c;

c = a * b;
Many Thanks!