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

1. Void functions may have arguments.
2. Functions are executed in the order in which they are defined.
3. A precondition is a condition that must be true before the function is called.
4. The values in the function data area are kept after the function ends.
5. In the following program outline the name var1 is visible (can be referenced) in the function fun.
int fun (int a, int b);
int main ()
{
int var1;

}

int fun (int a, int b)
{

}


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

Computer Science & Information Technology

You might also like to view...

What interface element shows you the various objects in your database?

A) The Database Tools menu B) The Database Properties pane C) The Navigation pane D) The Home menu

Computer Science & Information Technology

While saving a document as a Web Page format, the Page title is not important because it only describes the content of the webpage

Indicate whether the statement is true or false

Computer Science & Information Technology

To insert a header, choose Header from the ____________________ tab, in the ____________________ group.

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

Computer Science & Information Technology

What is the maximum number of virtual hard disks that can be supported on the SATA controller within VirtualBox?

A. 8 B. 16 C. 30 D. 60

Computer Science & Information Technology