What value(s) will be contained in the variable NUMBERS in Function 1?
```
void Function1(int n[] );
int main()
{
int num [4] = {6, 23, 72, 24 };
Function1(num);
}
void Function1(int NUMBERS[])
{
//inside the Function1
}
```
A. 6, 23, 72, 24
B. num and NUMBERS are different names. This would not compile.
C. A hex address will be contained in NUMBERS.
D. Four hex addresses will be contained in NUMBERS.
C. A hex address will be contained in NUMBERS.
You might also like to view...
Which of the following Word 2010 features reveals hidden data in a file?
A) Document Inspector B) Compatibility Checker C) Document Properties D) Document Panel
The Quick Access Toolbar contains basic text-formatting commands, such as bold and italic, and appears when you select text using the mouse.
Answer the following statement true (T) or false (F)
User accounts that remain active after an employee has left an organization are referred to as being what type of accounts?
A. abandoned B. stale C. orphaned D. inactive
In the figure above, the number 2 refers to the new color.
Answer the following statement true (T) or false (F)