An overloaded function is one
A) that calls other functions.
B) that has the same name as another function.
C) that has too many parameters.
D) that attempts to do too much in a single function.
E) that does different things depending on who calls it.
B) that has the same name as another function.
You might also like to view...
The ________ protocol enables hosts on a TCP/IP network to share status and error information. It is specifically responsible for reporting errors and messages regarding the delivery of IP datagrams. It is not responsible for error correction
a. Internet Control Message b. Address Resolution c. Transmission Control d. User Datagram
EXIT_FAILURE and ________ are named constants that may be used to indicate success or failure when the exit() function is called.
a. EXIT_TERMINATE b. EXIT_SUCCESS c. EXIT_OK d. RETURN_OK