Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Cennik
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Why void does not return any function
c++
2 głosów
3 odpowiedzi
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 głosów
5 odpowiedzi
4th Dec 2019, 6:23 PM
Alex[]
How to use a void method in Java?
java
methods
1 Głos
5 odpowiedzi
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 głosów
1 Odpowiedź
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 głosów
1 Odpowiedź
11th Nov 2019, 2:26 PM
Emad
What is the Difference between Null and Void ?
data-types
datastructures
0 głosów
4 odpowiedzi
13th Sep 2019, 8:20 AM
Nachiket Gohil
What is the use of void main
c++
variables
0 głosów
4 odpowiedzi
13th Mar 2017, 6:55 PM
Khushi
What is size of void , null , undefined ?
data
size
type
void
6 głosów
6 odpowiedzi
24th Mar 2018, 9:01 AM
Amar Dahake
When to Public statci void main method??
java
0 głosów
3 odpowiedzi
25th Dec 2018, 1:28 PM
Tanvir Hassan Kabir
How can I compare void values with null?
13years
begginer
java
0 głosów
5 odpowiedzi
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 głosów
5 odpowiedzi
13th Nov 2020, 5:29 PM
Eunice Nwadioha
What is the difference between void and int
int
void
1 Głos
3 odpowiedzi
19th May 2019, 4:15 AM
J. Sanjay
is it possible to declare void data type variable..?
c++
data-types
functions
pointers
3 głosów
7 odpowiedzi
28th Jan 2018, 8:41 AM
ijhar
Why we are use void ?
c++
0 głosów
2 odpowiedzi
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 głosów
2 odpowiedzi
28th Jan 2019, 4:38 PM
Jyothish Krishna
What is difference of void main() and int main()
()
int
main
void
2 głosów
3 odpowiedzi
6th Mar 2021, 4:03 PM
Fahad Ahamed
The syntax is confusing abit public static void main(String[ ] args)
java
6 głosów
5 odpowiedzi
23rd Apr 2020, 7:52 AM
Alfred Juma
How exactly does 'void' work?
void
4 głosów
5 odpowiedzi
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 głosów
5 odpowiedzi
23rd Nov 2016, 4:26 PM
Jaydeep Khatri
Public static void main (String... args[])
core
java
1 Głos
1 Odpowiedź
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 głosów
2 odpowiedzi
7th May 2018, 2:55 PM
Rohit
What is the difference between void main and int main?
c++
int
void
5 głosów
7 odpowiedzi
27th Sep 2016, 12:40 AM
Nathan
Why it dont run on #include<stdio.h> and void main()?
main
0 głosów
7 odpowiedzi
18th Aug 2019, 3:11 PM
Sanaulla Khan
Can smone explain the void function and the return pt
functions
0 głosów
12 odpowiedzi
6th Mar 2018, 6:51 PM
ADAMS MOHAMMED
Should you write void main() or int main() in code?
code
main
syntax
0 głosów
12 odpowiedzi
15th Jul 2017, 7:03 PM
Food
use of static before void main()
c#
methods
0 głosów
1 Odpowiedź
4th Jan 2017, 12:08 PM
Himanshu Pandey
What is static in void main?
java
0 głosów
1 Odpowiedź
25th Aug 2016, 6:59 PM
Prashant
Void m(final int x=10,final int y=20)
comments
0 głosów
1 Odpowiedź
15th Feb 2018, 5:13 PM
madhu goud
Is it necessary to write void main(void) ?
c++
0 głosów
5 odpowiedzi
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 głosów
6 odpowiedzi
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 głosów
4 odpowiedzi
8th Sep 2018, 1:03 PM
Saurabh Pisal
Whats the difference bw int main(), void main(),main()
cqueries
0 głosów
5 odpowiedzi
24th Nov 2016, 12:11 PM
Anonymous Coder.
can any one define void in a short way..?
c++
functions
1 Głos
7 odpowiedzi
27th Sep 2016, 1:39 PM
zbwafi
What is static (static void main) ?
java
1 Głos
1 Odpowiedź
25th Jul 2019, 9:14 AM
Ravi Bathani
any idea how it can be done with void in C
c
number
0 głosów
11 odpowiedzi
7th May 2019, 12:15 PM
Robin Singh
How int main () and void main() works
2
-1 Głos
3 odpowiedzi
19th Jan 2020, 9:58 AM
RAJGOPAL NAYAK K
What is void in 'C' and 'C++' Language.
c
c++
1 Głos
2 odpowiedzi
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 Głos
17 odpowiedzi
29th Jan 2017, 6:15 PM
marvellous gwenzi
Can we replace int main for void main?
c++
return
2 głosów
3 odpowiedzi
18th Aug 2016, 1:28 PM
Sam Zaharan
What is void and how can it be beneficial?
javascript
void
3 głosów
2 odpowiedzi
10th Sep 2021, 1:32 PM
SAN
Can we use void main instead of int main?
c++
1 Głos
6 odpowiedzi
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 Głos
4 odpowiedzi
3rd Aug 2019, 4:18 PM
swati Laxmi
What if I use void in constructor? (Java)
java
0 głosów
2 odpowiedzi
23rd Aug 2020, 5:01 AM
Ray
Where to use public static void main
java
1 Głos
2 odpowiedzi
9th Nov 2016, 4:05 PM
Kshitij Kumar
Can I use void instead of int?
c++
1 Głos
2 odpowiedzi
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 głosów
2 odpowiedzi
29th Jul 2020, 10:39 AM
Aurnab Das
What if we use void instead of int...?
comments
int
sololearn
void
3 głosów
2 odpowiedzi
8th Jun 2017, 12:24 AM
JAMSHAID FAROOQ
What is the difference between int main () and void main()?
c++
9 głosów
6 odpowiedzi
27th Oct 2016, 2:18 PM
Gaurav Pandey
where we want to use int main(),return 0;and void main(),getch();...,??
explain
2 głosów
4 odpowiedzi
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 Głos
1 Odpowiedź
2nd Feb 2020, 5:12 PM
Amit Kumar
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
4
5
6
...
17
Dalej >
Popularne dzisiaj
Fix Rivers in 2D Terrain Map Generator
5 Votes
What Is the most complicated thing you can do
1 Votes
How the operators and commands in this code are executed?
1 Votes
Hello everyone, I want to learn programming, I don't know where to start.
1 Votes
Combination
0 Votes
Will I get the certificate for free if I completed the free course of web development (I am not on pro subscription)
0 Votes
Somebody knows how to solve the problem finance app. Even my result is like it must be, but still I can't pass it
0 Votes
I finished introduction to python
0 Votes
i am begineer
0 Votes
UI and UX
1 Votes