41.8k views
4 votes
True/False: a sub procedure does not return any data to the calling procedure.

User AntR
by
8.1k points

1 Answer

5 votes

False

A Sub procedure does not return a value to the calling code. You call it explicitly with a stand-alone calling statement. You cannot call it by simply using its name within an expression.

User Samsin
by
8.7k points

No related questions found