void factor of C

Asked 1 years ago, Updated 1 years ago, 110 views

Which is the better way?

I don't like it because the chords look messy when I use VOID The professor tells me to write a void. Why is that?

c void

2022-09-22 10:57

1 Answers

C, C++ means "I won't take any factor."

In C, "I will accept everything no matter how many factors come." In C++, it means "I won't take any factor."

Even if you're lazy, writing VOID doesn't work differently depending on the language Because it more accurately reveals the programmer's intentions

It is better to specify void.


2022-09-22 10:57

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.