Ask Question
4 September, 20:47

Which of the following tasks fall under the analyze CALL core function

+4
Answers (1)
  1. 4 September, 21:12
    0
    When a program calls a function, program control is transferred to the called function. A called function performs defined task and when it's return statement is executed or when its function-ending closing brace is reached, it returns program control back to the main program.

    Based on the parameters and return values, functions can be categorized into four types. They are:

    1. Function without arguments and without return value.

    2. Function without arguments and with return value.

    3. Function with arguments and with return value.

    4. Function with arguments and without return value.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following tasks fall under the analyze CALL core function ...” in 📗 English 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