If my program is calling a function that returns an integer value, what do I need to remember to have in the call statement so that I obtain and keep that integer value?
What will be an ideal response?
I need to remember to assign the value returned into an integer variable. If I don’t assign it, it will be lost.
Computer Science & Information Technology