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.
Sanisha Maharjan
Jan 20, 2022