Question: 2. (A) A function returning a value must specify, in its header line, the ______ of the value that will be return in c++ is

2.

(A) A function returning a value must specify, in its header line, the ______ of the value that will be return in c++ is

a) size b)address c) data type d)use

(B) After a value is return from a called function, program control reverts to the in c++ ____________

a) compiler b)called function c) in line function d) calling function

(C) The value returned by a called function in C++ is __________ converted to the data type declared in function declaration.

a) usually b)always c) conditionally d) never

(D) Telling c++ compiler that the function is ____ cause a copy of the function code to be placed in the program at the point where the function is called

a) inline b) online c) a called function d) a calling function

(E) A variable with a ______ is simply one that has had storage locations set aside for it by a declaration statement made withing a function body in c++ is

a) pass by value b) pass by reference c)local scope d)global scope

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!