Question: TRUE/ FALSE (a)A value returning function body must return a value Select one: True False (b) The local declarations of a function cannot include the

TRUE/ FALSE

(a)A value returning function body must return a value

Select one:

True

False

(b) The local declarations of a function cannot include the same variables as in its parameter list.

Select one:

True

False

(c) Well written value returning functions should have no reference parameters.

Select one:

True

False

(d) The statement

double money[25.00];

is a valid C++ array definition

Select one:

True

False

(e) C++ will automatically display the floating-point result of the product 1.25 x 2.35 accurately to two decimal places.

Select one:

True

False

(f) The condition in the do { }while( ); statement is tested at the beginning of each pass.

Select one:

True

False

(g) In counter-controlled loops, if the count-control variable is initialized to zero before the loop begins and the final condition is less than or equal to 10 the loop executes 10 times.

Select one:

True

False

(h) When you pass an array as an argument to a function, the function can modify the contents of the array.

Select one:

True

False

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!