A ____ procedure returns a single value to the calling procedure.
A. Form
B. Sub
C. Function
D. Splash
Answer: C
Computer Science & Information Technology
You might also like to view...
In the Relationships window, join lines indicate the relationships between tables
Indicate whether the statement is true or false
Computer Science & Information Technology
A macro commonly defined in the stdio.h header file is
a) #define getchar() getchar(stdin) b) #define getchar() getc(stdin) c) #define getc() getchar (stdin) d) #define getc() getc(stdin)
Computer Science & Information Technology