Home / Questions / What is wrong with this program statement? void = 10;
Explanatory Question

What is wrong with this program statement? void = 10;

👁 2,972 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

The word void is a reserved word in C language. You cannot use reserved words as a user-defined variable.