A block of code that perform some operation is
called…….
a) procedure
b) function
c) array
d) loop
Which of the following keyword indicate the start of procedure
body?
a) Sub
b) End Sub
c) start
d) end
Which of the following keyword indicate the end of procedure body?
a) Sub
b) End Sub
c) start
d) end
A block of code that performs some actions is
known as……..
a) procedure
b) function
c) array
d) loop
Which of the following is the advantage of function?
a) easy to write program
b) reusability
c) eliminate duplicate code
d) all of these
Which of the following is type of function available in C++?
a) user-defined
b) built-in
c) subprogram
d) both a & b