0 votes
in C Plus Plus by

Which keyword is used to define a function in C Language?

A) function

B) define

C) main

D) void

1 Answer

0 votes
by

Answer: D

Explanation: The void keyword is used to define a function in C Language. It indicates that the function does not return a value.

...