Home / Questions / What is the role of the keyword void in declaring functions?
Explanatory Question

What is the role of the keyword void in declaring functions?

👁 76 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

At the time of function declaration, the keyword void signifies that the function has no return type, meaning the function will not return any value.