Ask Question

Which of the following statements is TRUE? C+ + functions can return a value of type array if it is returned as a base address value. C+ + functions can return a value of type array. C+ + functions can return a value of type array if the array is local to that function. C+ + functions cannot return a value of type array.

+2
Answers (1)
  1. 27 April, 00:26
    0
    The answer to this question is "C+ + functions can't return array type value".

    Explanation:

    In C+ + language the method is a collection of declarations executing a process together. It is a statement, that tells the compiler to return and accept parameters of a function. In C++, it includes many standardized functions, which can be called by the software, and other choices were wrong, which can be described as follows:

    In c+ + function can't return array type always. function is not address based. If array is local to function, but function will not return array value.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following statements is TRUE? C+ + functions can return a value of type array if it is returned as a base address value. C+ + ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers