标签: c integer-promotion
在以下代码中,产品保证包含正确的答案:
int num=INT_MAX, num2=INT_MAX; long long product = num1 * num2;