Ask Question
26 October, 16:19

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

+5
Answers (1)
  1. 26 October, 19:25
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers