What variables are local to the Add Numbers function?
```int AddNumbers( int x, int y)
{
int z;
z = x + y;
return z;
}```
A. x
B. y
C. x & y
D. x, y & z
D
Computer Science & Information Technology
You might also like to view...
All the versions of Internet Explorer before IE9 do not support element node properties.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Packet ____________________ keep track of many different Ethernet errors.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology