Vidyalelo
Computer Science · Q22

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 22

Q22

Which of the following statements is false?

A.
A function is a block of code that performs a specific task
B.
Functions allow programmers to break large and complex problems into small and manageable tasks
C.
Functions allow programmers to use existing code to perform common tasks
D.
Functions can be called, or invoked, only once in a program
Answer
E.
Programmer-defined functions can be either value-returning or void

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board