Ask Question
17 March, 08:34

Look at the following function prototype. int myfunction (double); what is the data type of the function's return value?

+3
Answers (1)
  1. 17 March, 10:52
    0
    The return type is of an int (integer)

    The data type that is present before the name of the method/function is the return type, and indicates what type of data is being returned back to where it came from (e. g. int, float, string, char, bool, void etc.).
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Look at the following function prototype. int myfunction (double); what is the data type of the function's return value? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers