C-16-Q093mediumsingle_mcq
In result = num1 + num2, the operator + returns:
In result = num1 + num2, the operator + returns:
- athe difference
- bthe sum
- cthe product
- dthe remainder
ব্যাখ্যা
The + operator performs addition, so it adds the two operands and returns their total. Here num1 + num2 evaluates to the sum, which is stored in result.