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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started