Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Why don't we use void main and iostream.h
c++
1 Voto
3 Risposte
25th Nov 2017, 2:35 AM
Kishan Patil
import java.util.Scanner; public class Program { public static void main(String[] args) { System.out.println("enter y
java
-4 Voti
18 Risposte
12th Jan 2022, 7:42 PM
ABHISHEK MANE
What are test(i) and void in this c program
c
language
0 Voti
2 Risposte
23rd Jul 2019, 4:42 PM
S.S.A.V Panchajanya
Why the return type is void* ,why not int because the function square is returning result which is of int type ?
void
0 Voti
5 Risposte
4th Jan 2019, 3:33 AM
Ganesh Moota
can you insert void main instead of int main?
c++
functions
return
0 Voti
6 Risposte
23rd Oct 2016, 12:49 PM
koder
what is [] in public static void main(String [] args)?
dhaval
furia
1 Voto
8 Risposte
4th Jan 2017, 3:39 PM
Jestoni Zamora Macasohol
difference and usages for void and integer functions?
c++
functions
int
void
1 Voto
3 Risposte
27th Jan 2017, 7:28 PM
Mich
Can recusion occur in void data type function?
c++
recursion
0 Voti
2 Risposte
28th Apr 2018, 5:12 AM
Jason
Why do we use int main()? Y not void main()?
5 Voti
3 Risposte
25th Jul 2017, 9:11 AM
yash Chitty
What is the difference between int main() & Void main() ?
c
int
main
void
4 Voti
7 Risposte
12th Jan 2018, 4:41 PM
Satyam Kumar Singh
When i should use void for a function?
void
2 Voti
2 Risposte
22nd Jan 2018, 10:15 PM
Mohammed Abdullsalam
I do not really get "void".
void
1 Voto
5 Risposte
22nd Oct 2017, 12:36 PM
Cheerio Bob
Why is this code working only integer type of numbers and no working with float type
void
0 Voti
4 Risposte
25th Apr 2019, 6:15 AM
vitalii
Everything is understandable but why did I use return (& result) instead of return result? Pls answer!!!
void
2 Voti
2 Risposte
6th May 2020, 11:20 PM
SAzidsukc
What will happen if we use void instead of int ??
functions
-1 Voto
7 Risposte
12th May 2020, 8:33 PM
Arghya Singha
Please explain me this code mainly that void remove() ...In void remove there is for loop so how it remove only first element wh
c++
2 Voti
5 Risposte
24th Feb 2022, 11:42 AM
Sabnis Ashutosh
Is this declaration correct - void func(int a=7, int b)
c++
0 Voti
5 Risposte
1st Feb 2019, 6:38 AM
Shivansh Mathur
#include<stdio.h> void main() { int count=0?2:0?3:4?5:6?1:9; printf("%d", count); }
c
tutorial
1 Voto
2 Risposte
14th May 2020, 7:14 AM
Krupang Buddhdev
public static void main(String[] args) is predefined method or user-defined?
java
1 Voto
7 Risposte
11th Nov 2016, 7:20 PM
Vaibhav Kharche
Is a void pointer same as a null pointer?
c
void
1 Voto
2 Risposte
15th Jun 2020, 5:38 AM
Dipesh Das
What is difference between void main and main?
c++
pointers
0 Voti
3 Risposte
4th Sep 2016, 7:23 AM
Dixit Parkhiya
How can void b used insted of int
<iostream>
include
0 Voti
2 Risposte
25th Oct 2018, 6:17 AM
Divya
When can we use the type void
c++
0 Voti
2 Risposte
3rd Jan 2017, 7:10 PM
Tana
when is void used with a function?
java
0 Voti
2 Risposte
19th Oct 2016, 10:12 AM
Anni Ananya
void main() = int main() return0 ?
c++
main
void
0 Voti
2 Risposte
19th Oct 2016, 2:27 AM
윤종호
Is a method with a void statement like a piggy bank?
methods
return
void
5 Voti
7 Risposte
23rd Aug 2017, 9:12 PM
LouLou
Fill in the blank to declare a method called "hello()". void ()
java
-4 Voti
3 Risposte
6th Aug 2018, 8:22 AM
Mohammad Samor
functions,arrays
void
0 Voti
3 Risposte
5th Jun 2020, 1:51 PM
T.GREESHMA
can I use void main() instead of using namespace std
c++
cout
3 Voti
5 Risposte
31st Jul 2016, 5:31 AM
Eyuwankg Swankg
Confused about difference between Void and Int functions?
c++
cpp
cs
doubt
java
question
0 Voti
3 Risposte
12th Nov 2017, 1:45 AM
Jonathan Álex
Please- how void printInfo() and void printDate() are working here. How variable 'bd' prints date? Can we use cout instead?
c++
classes
printdate
1 Voto
3 Risposte
12th Feb 2017, 2:07 PM
Black Temple
How delay function work in c++ to move animation and were should i use it
void
2 Voti
2 Risposte
11th Feb 2019, 5:08 PM
sumit kamble
What do return and void exactly do? And what is their difference?
c++
2 Voti
9 Risposte
28th Feb 2019, 11:08 AM
Mike Zande
Can void main be used in place of int
c++
1 Voto
4 Risposte
16th Apr 2017, 5:23 PM
Vishwas Mishra
wether all void method should have a parameters?
java
methods
void
0 Voti
3 Risposte
6th Nov 2016, 1:35 PM
Edbert andoyo
How to write void with no arguments
functions
0 Voti
1 Risposta
8th Oct 2017, 4:08 PM
Abhijith A Menon
Why does void main() show an error?
c++
functions
main
0 Voti
1 Risposta
7th Feb 2017, 5:37 PM
Rudradeep Deb
Why is void not used in constructor function although it doesn't return any value?
c++
1 Voto
13 Risposte
2nd Sep 2021, 6:59 PM
Arun Jamson
what is diff. btween void main and int main
c++
2 Voti
3 Risposte
15th Aug 2016, 2:35 PM
sherin mathew
What is the difference between int main and void main
c++
2 Voti
5 Risposte
16th Oct 2017, 4:39 PM
kbharadwajreddy bharat
Plzz tell me
void
0 Voti
5 Risposte
4th Jul 2017, 3:17 PM
Ujjwal_Saxena
Benefits of using void main(), instead of int main()?
c++
main
2 Voti
3 Risposte
23rd Sep 2016, 7:47 AM
Hector Sulbaran
Why is it giving error in void main?
c++
main
void
1 Voto
2 Risposte
15th Nov 2016, 1:14 PM
Toshi Kudo
why Console.writeline is displayed in void data type
c#
methods
0 Voti
2 Risposte
9th Jun 2020, 12:32 PM
Aman Shaikh
Why should we use int main only why not void main
c++
3 Voti
7 Risposte
30th May 2017, 5:33 PM
Himanshu Agarwal
What is difference between int main and void main?
c++
0 Voti
4 Risposte
28th Nov 2016, 10:39 PM
Mufakkir
difference and usages for void and integer functions?
c++
functions
int
void
1 Voto
2 Risposte
27th Jan 2017, 7:28 PM
Mich
void methods declared with the final keyword does what?
java
1 Voto
2 Risposte
22nd May 2018, 2:21 PM
Moses Katsina
Why can't I use void main instead of int main.
c++
cout
2 Voti
4 Risposte
16th Aug 2016, 4:48 AM
Amitesh
Declare a method called "hello" fill the blank void ()
java
-11 Voti
4 Risposte
13th Feb 2017, 5:50 PM
Muruga Prabhu.D
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
5
6
7
...
17
Successivo >
Popolare oggi
How often can you become a fully stuck developer?
1 Votes
Improve accessibility of this page
0 Votes
What is a simple and easy way to learn ruby? :)
0 Votes
Course Doubt
1 Votes
How do i make a lexer and parser
1 Votes
If we already have the DELETE command in SQL, why do we need TRUNCATE?
2 Votes
Lesson Takeaways
0 Votes
Data analysis
0 Votes
Saved code
0 Votes
Help
0 Votes