void tag

5 questions


1 answers
96 views
0
What does void mean in C-affiliated languages?

What does void mean in C-affiliated languages?Void is used a lot like this, but I wonder what void means.

1 years ago

1 answers
76 views
0
Difference between foo(void) and foo() in C/C++

How are these two different?If the two are the same, why is there a void factor?

1 years ago

1 answers
110 views
0
void factor of C

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

1 years ago

1 answers
106 views
0
Calls private void from c# public static

I'm a beginner at c#I'm trying to do this, but I don't know the syntax

1 years ago

1 answers
79 views
0
It's a question for beginnersㅠ((void function)

Hello, everyone I'm Corinne, who started C++ 2 days agoI tried coding as below to implement call by value reference directly. void Exchange1(int a, int b){ int temp1;temp1 = a;a = b;b = temp1;}void Ex...

1 years ago

© 2024 OneMinuteCode. All rights reserved.