Top

Discussion

Which of the following is a correct format for declaration of function?

  • A.return-type function-name(argument type);
  • B.return-type function-name(argument type) {}
  • C.return-type (argument type)function-name
  • D.Both (a) and (b)

Answer: A

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment