Answer the following statements true (T) or false (F)

1. A void function can return results through its reference parameters.
2. The actual argument that is passed to a value parameter can be a constant.
3. The actual argument that is passed to a reference parameter can be a constant.
functions.
4. In writing a program with functions, the main function can be written before analyzing the
5. A function should only have one task.

1. True
2. True
3. False
4. True
5. True

Computer Science & Information Technology

You might also like to view...

Which of the following is most susceptible to ESD?

A) Flash memory B) Thumb drive C) BIOS D) RAM

Computer Science & Information Technology

If a class contains at least one pure virtual function, it is a(n) _______ class.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology