Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
what is the difference between: main( ),int main( ),void main( ),main void( ),void main(void),into main(void) ?
c++
0 Voto
2 Respostas
27th Jul 2016, 6:51 AM
vishal khandelwal
Diffrence between main( ) and void main(void)
c
c++
4 Votos
7 Respostas
3rd Feb 2022, 6:22 PM
SIMRAN
what is difference between void bark() and public static void main( string...args)
classes
java
objects
3 Votos
5 Respostas
2nd Aug 2016, 9:08 AM
Kalyan Surapaneni
in c# static void main( string args[]) is not working why?
c#
0 Voto
2 Respostas
2nd Jul 2016, 8:56 AM
soumit
#include <stdio.h> main() { int i; for(i=0;i<5;i+=4) { i=i*i; } printf("ans %d",i); return 0; }
include<stdio.h>
main(
0 Voto
5 Respostas
11th Sep 2020, 9:44 AM
Chauhan Ashutoshkumar Harishankar
Why we use int main( ) in some program s in place of void main?
c
language
0 Voto
3 Respostas
27th Oct 2019, 6:15 PM
Sunny Aitha
void main( ) { randomize( );int arr[ ]={4,2,1,0},n; int r= random(2)+3; for(int j=1;j<4;j++) { n=random(j); cout<<arr[n]+r<<"@";
c++
random
0 Voto
1 Resposta
23rd Dec 2018, 3:49 AM
Shogun THE GREAT
What if the main method is just " void main( Strings [args])" instead of Public static (Strings [args])
java
methods
0 Voto
1 Resposta
22nd May 2018, 3:57 AM
Revolution .....
In this Scala Code object Solution { def main( args: Array [string] ) = { HelloWorld.main() }} why HelloWorld.main is used?
scala
0 Voto
2 Respostas
16th Mar 2021, 12:52 PM
ANSHU MISHRA
Consider the following code-: Static in Test(out int x,int y=4) { X=6; return x*y; } static void main( string args[]){ int a;
c#
0 Voto
1 Resposta
16th Jan 2017, 1:05 PM
Aniket Patil
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
How to allow one instance of exe
1 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
purchase of a subscription
1 Votes
Theater management help me
2 Votes
seats = 100 (blank) seats > 0: print "sell ticket" (blank) = seats - 1
0 Votes
What has happened?
1 Votes
What should I add/improve ?
1 Votes
Flight tracker coding foundation help me
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes
Tools for web design?
1 Votes