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. x, y & z

Computer Science & Information Technology

You might also like to view...

A Panel is used to:

a) group or store components b) display text c) create a border around components d) add style to a form

Computer Science & Information Technology

_________  code can be inserted directly into an HTML file or placed in a separate text file that is linked to a Web page.

A. JavaScript B. Java C. JScript D. Java Applets

Computer Science & Information Technology

Match the following SmartArt categories with their description:

I. Lists II. Process III. Cycle IV. Hierarchy V. Matrix A. Shows how parts relate to the whole B. Shows information that is not sequential C. Shows organizational structure or decision tree D. Shows steps that repeat continuously E. Shows steps in a workflow

Computer Science & Information Technology

Which one of the following is a common standard for receiving e-mail from the Internet?

A) IMAP B) UCE C) CSV D) IM

Computer Science & Information Technology