If your prototype has a void return statement, does this mean you should enter “return 0;” at the bottom of the function? Explain.
What will be an ideal response?
You should not use “return 0” if the return type is void. The “return 0” is returning an integer value.
Computer Science & Information Technology
You might also like to view...
Which of the following wireless standards provide speeds up to 150Mbps?
A. 802.11a B. 802.11b C. 802.11g D. 802.11n
Computer Science & Information Technology
Which of the following is not a kind of inheritance in C++?
a. public. b. private. c. static. d. protected.
Computer Science & Information Technology