What value would be returned by the function sum for this call?

```
sum ( 67.58, 50.94 )
```
Definition of sum:
```
int sum( int num1, int num2 )
{
return( num1 + num2 );
}
```
a. 118
b. 118.52
c. 119
d. 117


d. 117

Computer Science & Information Technology

You might also like to view...

How do Linux threads differ from traditional threads?

What will be an ideal response?

Computer Science & Information Technology

The range finder is used to verify which cells are used in a formula and to edit formulas

Indicate whether the statement is true or false.

Computer Science & Information Technology

When you perform a search, Outlook searches all ____ for a match.

A. contacts with the same first few letters B. locator fields C. specified fields D. email addresses

Computer Science & Information Technology

____________________ is a firewall type that keeps track of each network connection between internal and external systems using a table and that expedites the processing of those communications.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology