Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Why void does not return any function
c++
2 Voti
3 Risposte
16th Nov 2016, 12:16 PM
Samhita Joshi
Why necessity of void swap (int*, int*) before and after main if just one void before its enough in C?
c
0 Voti
5 Risposte
4th Dec 2019, 6:23 PM
Alex[]
How to use a void method in Java?
java
methods
1 Voto
5 Risposte
17th Mar 2019, 10:45 AM
Tibor Tรณth
Static void Fact(int n) in C#'s methods lesson
c#
cs
lesson
methods
test
3 Voti
1 Risposta
23rd Jun 2018, 6:27 PM
Rick Shiffman
What are some uses for void pointers? And can we have an array of void pointers?
void
0 Voti
1 Risposta
11th Nov 2019, 2:26 PM
Emad
What is the Difference between Null and Void ?
data-types
datastructures
0 Voti
4 Risposte
13th Sep 2019, 8:20 AM
Nachiket Gohil
What is the use of void main
c++
variables
0 Voti
4 Risposte
13th Mar 2017, 6:55 PM
Khushi
What is size of void , null , undefined ?
data
size
type
void
6 Voti
6 Risposte
24th Mar 2018, 9:01 AM
Amar Dahake
When to Public statci void main method??
java
0 Voti
3 Risposte
25th Dec 2018, 1:28 PM
Tanvir Hassan Kabir
How can I compare void values with null?
13years
begginer
java
0 Voti
5 Risposte
8th Dec 2018, 1:06 AM
Steve
I don't really understand the use of void statement in c++. Can someone pls explain the meaning of void statement.
void
0 Voti
5 Risposte
13th Nov 2020, 5:29 PM
Eunice Nwadioha
What is the difference between void and int
int
void
1 Voto
3 Risposte
19th May 2019, 4:15 AM
J. Sanjay
is it possible to declare void data type variable..?
c++
data-types
functions
pointers
3 Voti
7 Risposte
28th Jan 2018, 8:41 AM
ijhar
Why we are use void ?
c++
0 Voti
2 Risposte
9th Jan 2017, 10:54 AM
Ravi
Whats the difference between "public static void main()" and 'public static void main(String [ ] args)"??
java
javascript
0 Voti
2 Risposte
28th Jan 2019, 4:38 PM
Jyothish Krishna
What is difference of void main() and int main()
()
int
main
void
2 Voti
3 Risposte
6th Mar 2021, 4:03 PM
Fahad Ahamed
The syntax is confusing abit public static void main(String[ ] args)
java
6 Voti
5 Risposte
23rd Apr 2020, 7:52 AM
Alfred Juma
How exactly does 'void' work?
void
4 Voti
5 Risposte
27th Jan 2018, 7:29 AM
Torshie Torto
What's the difference between void main() and int main()?
c
c++
difference
int
main
void
4 Voti
5 Risposte
23rd Nov 2016, 4:26 PM
Jaydeep Khatri
Public static void main (String... args[])
core
java
1 Voto
1 Risposta
4th Jun 2017, 11:07 AM
chetaN
What is the meaning of static and void in public static void main in java programing ??
comments
java
static
0 Voti
2 Risposte
7th May 2018, 2:55 PM
Rohit
What is the difference between void main and int main?
c++
int
void
5 Voti
7 Risposte
27th Sep 2016, 12:40 AM
Nathan
Why it dont run on #include<stdio.h> and void main()?
main
0 Voti
7 Risposte
18th Aug 2019, 3:11 PM
Sanaulla Khan
Can smone explain the void function and the return pt
functions
0 Voti
12 Risposte
6th Mar 2018, 6:51 PM
ADAMS MOHAMMED
Should you write void main() or int main() in code?
code
main
syntax
0 Voti
12 Risposte
15th Jul 2017, 7:03 PM
Food
use of static before void main()
c#
methods
0 Voti
1 Risposta
4th Jan 2017, 12:08 PM
Himanshu Pandey
What is static in void main?
java
0 Voti
1 Risposta
25th Aug 2016, 6:59 PM
Prashant
Void m(final int x=10,final int y=20)
comments
0 Voti
1 Risposta
15th Feb 2018, 5:13 PM
madhu goud
Is it necessary to write void main(void) ?
c++
0 Voti
5 Risposte
10th Dec 2017, 4:26 AM
simran raghuvansh
What is the difference between void swap(int &x,int &y) and void swap(int x,int y) ?? Diffrence between int &x and int x
c++
functions
0 Voti
6 Risposte
21st Oct 2016, 10:29 AM
Pradeep C
Explain the diffrence between int main and void main please.
and
between
c++
difference
explain
int
main
the
void
3 Voti
4 Risposte
8th Sep 2018, 1:03 PM
Saurabh Pisal
Whats the difference bw int main(), void main(),main()
cqueries
0 Voti
5 Risposte
24th Nov 2016, 12:11 PM
Anonymous Coder.
can any one define void in a short way..?
c++
functions
1 Voto
7 Risposte
27th Sep 2016, 1:39 PM
zbwafi
What is static (static void main) ?
java
1 Voto
1 Risposta
25th Jul 2019, 9:14 AM
Ravi Bathani
any idea how it can be done with void in C
c
number
0 Voti
11 Risposte
7th May 2019, 12:15 PM
Robin Singh
How int main () and void main() works
2
-1 Voto
3 Risposte
19th Jan 2020, 9:58 AM
RAJGOPAL NAYAK K
What is void in 'C' and 'C++' Language.
c
c++
1 Voto
2 Risposte
28th Sep 2018, 5:19 AM
Deepak Sharma
Fill in the blanks to define a function ''myFunc'', which throws an exception if its parameter is less than 0. void myFunc(int a
java
-1 Voto
17 Risposte
29th Jan 2017, 6:15 PM
marvellous gwenzi
Can we replace int main for void main?
c++
return
2 Voti
3 Risposte
18th Aug 2016, 1:28 PM
Sam Zaharan
What is void and how can it be beneficial?
javascript
void
3 Voti
2 Risposte
10th Sep 2021, 1:32 PM
SAN
Can we use void main instead of int main?
c++
1 Voto
6 Risposte
27th Aug 2017, 2:55 AM
Daily tech
What is the function of void show() in java
functions
in
is
java
of
show()
the
void
what
1 Voto
4 Risposte
3rd Aug 2019, 4:18 PM
swati Laxmi
What if I use void in constructor? (Java)
java
0 Voti
2 Risposte
23rd Aug 2020, 5:01 AM
Ray
Where to use public static void main
java
1 Voto
2 Risposte
9th Nov 2016, 4:05 PM
Kshitij Kumar
Can I use void instead of int?
c++
1 Voto
2 Risposte
11th Jul 2016, 11:14 AM
Aman Singh
What is mean by that void *ptr in C?
https://www.sololearn.com/profile/4157142/?ref=app
2 Voti
2 Risposte
29th Jul 2020, 10:39 AM
Aurnab Das
What if we use void instead of int...?
comments
int
sololearn
void
3 Voti
2 Risposte
8th Jun 2017, 12:24 AM
JAMSHAID FAROOQ
What is the difference between int main () and void main()?
c++
9 Voti
6 Risposte
27th Oct 2016, 2:18 PM
Gaurav Pandey
where we want to use int main(),return 0;and void main(),getch();...,??
explain
2 Voti
4 Risposte
7th Sep 2018, 12:28 AM
Sowmiya
#include<stdio.h> void main() { int a; a=(1,2,3); printf("%d",a); }
arrays
data-types
input
1 Voto
1 Risposta
2nd Feb 2020, 5:12 PM
Amit Kumar
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
4
5
6
...
17
Successivo >
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Why canโt I use double โ in python?
1 Votes
Coding for Cybersecurity
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Decorators in python.
2 Votes
Hello !
0 Votes
Please click me
0 Votes
Salut tout le monde
1 Votes