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

3 years ago
C Programming

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

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions