Which keyword is used to define a function in C Language?
A) function
B) define
C) main
D) void
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.