Ask Question

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

+2
Answers (1)
  1. 4 April, 07:34
    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 & 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