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

1. The subscript of an array must be an integer or an integer expression.
2. The first character of a string called name is name[0].
3. If a function has the following prototype, changes to the array parameter of the function will not change the actual array argument in the call:
void doSomething(int [ ]);
4. The formal array parameter in a function represents the address of the first element in the actual array argument.
5. An array is always passed by reference.


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

Computer Science & Information Technology

You might also like to view...

Hackers can use packet ________ to capture valuable information, then sell or use the information illegally

A) interceptors B) intruders C) sniffers D) filters

Computer Science & Information Technology

Encryption is more than simple password protection—it will digitally obscure information to make it unreadable without a proper key to decode it

Indicate whether the statement is true or false

Computer Science & Information Technology

Spilled _____ in a laser printer can cause headaches or eye irritation

Fill in the blank(s) with correct word

Computer Science & Information Technology

The domain controller in the Windows 2000 domains is encapsulated into a product called the ____.

A. Windows Directory B. Activated Directory C. Network Directory Services D. Active Directory

Computer Science & Information Technology