Question: Define the following terms: (4 pts) 1.function prototype 2.parameters 3.arguments 4.return value What type of value should the following function return: (1 pt) int minInt(int,

Define the following terms: (4 pts)

1.function prototype

2.parameters

3.arguments

4.return value

What type of value should the following function return: (1 pt)

int minInt(int, int, int);

All of the following are valid arguments for any one of the parameters in the function in Question 2. except: (1 pt)

1.(int)sqrt(81);

2.a + b //where a and b are int variables

3.43

4.all are valid arguments

Every C++ function must always have a return statement. (T / F) (1 pt)

Write the function prototype for a function that returns the string equivalent of a double precision floating point number passed as an argument. (3 pts)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!