Computer Applications

Which of the following makes a function non-returnable?

  1. public
  2. static
  3. void
  4. new

Objects & Classes

27 Likes

Answer

void

Reason — The keyword 'void' makes a function non-returnable.

Answered By

17 Likes


Related Questions