Functions - Programming

Q1:

Every function must return a value

A Yes

B No

ANS:B - No

No, If a function return type is declared as void it cannot return any value.