In the following code, is product guaranteed to contain a correct answer:
int num=INT_MAX, num2=INT_MAX;
long long product = num1 * num2;
In the following code, is product guaranteed to contain a correct answer:
int num=INT_MAX, num2=INT_MAX;
long long product = num1 * num2;