1 Answer - Sort by: Date | Rating
In C or C++
Main is a function and it is generally important to write in most of the program for when compiler compiles it looks for it.
And Void is a return type of a function that is meant return nothing. Actually each and every function returns some value that means as per our requirement we even use like below:
Int main()
char main()
etc.
Main is a function and it is generally important to write in most of the program for when compiler compiles it looks for it.
And Void is a return type of a function that is meant return nothing. Actually each and every function returns some value that means as per our requirement we even use like below:
Int main()
char main()
etc.
0
0
- How To Create An Application By Using Java Program?
- How To Make An Application By Using Java Program?
- What How The Step For Make Library Management?
- In Which Process We Can Start Java?
- How To Download Java IDE?
- Define The Concept Of Java Byte Code?
- How To Run Remote Method Invocation In More Machine?
- How To Run Java Remote Method Invocation In More Machine?
- How To Make A Java Program That Will Ask The User To Input A Number And Display All The Even Number And The Sum Of All Even Numbers Based On The Inputted/ Given Numbers?
- Is A Static Variable An Instance?
- How To Compile And Run Java Package?
- What Does Literati-on Mean?
- What Is Abstract Class In Details?
- What Is Meant By Remote Method Invocation In Java?
- What Is Meant By Package In Java?
- What Is Meant By Servlet In Java?
- When Was Java Released?
- What Is Latest Technologies In Java?
- Write A Program Using Do…..while Loop To Calculate And Print The First M Fibonacci Numbers?
- What Is The Difference Between Reference &instance Variable?
- Why Java Is Slow?
- What Is The Drawback Of Ms Access?
- What Is Replaced In Place Of Pointers In Java?
- What Replaces Pointers In Java?
- How Many Types We Create Object In Java?
- Why We Use Void Main In C++?
- What Does Void Main Mean In C++?
- Why Do We Use Void Main() In C-language & What Its Meaning?
- Why Are You Using Public Void Main[string Args[]?
- Why We Use Public Static Void Main In Java?
- Why Do We Use "Public Static Void Main(String[] A)" In Java?
- It's A C#program. What Does This Actually Mean Static Void Main(string[] Args). What Will It Do?
- Why We Uses Public Static Void Main(String Args[])?
- What Is The Meaning Of Public Static Void Main() In Java?

New Comment - Comments are editable for 5 min.