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

1. An actual output argument must be of the same pointer data type as the corresponding formal parameter.

2. Insertion of stubs is a part of top-down testing.

3. An expression cannot be used as an actual argument in a call to a function.


1. True
2. True
3. False

Computer Science & Information Technology

You might also like to view...

Read the second integer from the user and store it in the int variable y.

Write declarations, statements or comments that accomplish each of the tasks.

Computer Science & Information Technology

Find the error(s) in the following code. The following method should create a new Shape object with numberSides sides.

``` 1 private void manipulateShape( int numberSides ) 2 { 3 Shape shape = new Shape( 3 ); 4 5 shape.sides = numberSides; 6 } ```

Computer Science & Information Technology

The text-transform text property in CSS1 changes the font size of the text of a specified element.

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

Computer Science & Information Technology

A(n) ________ query is usually created to show trends in values.

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

Computer Science & Information Technology