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

1. A function call is a valid statement
2. A user-defined function can call library functions or user-defined functions
3. An actual output argument must be of the same pointer data type as the corresponding formal parameter.
4. Insertion of stubs is a part of top-down testing
5. An expression cannot be used as an actual argument in a call to a function.

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

Computer Science & Information Technology

You might also like to view...

________ operators include And, Or, and Not

Fill in the blank(s) with correct word

Computer Science & Information Technology

One method of displaying the entire contents of a window is to ____ it.

A. extend B. restore C. maximize D. navigate

Computer Science & Information Technology