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

1. The argument-passing mechanism for a function's input arguments is known as call-by-value.
2. The argument-passing mechanism for a function's output arguments is known as call-by-reference.
3. The ampersand symbol indicates that the call-by-reference mechanism is to be used.
4. Using the call-by-reference mechanism, the address of the formal argument is passed to the called function
5. For arguments used only as input, the value of the actual argument is copied to the called function's memory space.


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

Computer Science & Information Technology

You might also like to view...

How did the Wi-Fi Alliance resolve the issues with WEP?

What will be an ideal response?

Computer Science & Information Technology

A Waterfall View on a spectrum analyzer shows the aggregate energy collected since the start of a session.

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

Computer Science & Information Technology

The Charms menu appears when you move the pointer to one of the corners of the screen.

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

Computer Science & Information Technology

Method recvfrom _____ until a packet arrives.

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

Computer Science & Information Technology