Computer Science, asked by abhay3202, 10 months ago

what do you means by void main(string args[])​

Answers

Answered by shwetalapse1313
0

Answer:

void- void clarifies that themain method will not return any value. ... String[] args- Here we are defining a Stringarray to pass arguments at command line. args is the variable name of the Stringarray. It can be changed to anything such as String [] a.

Answered by aaradhyagupta43
2

Explanation:

Void main means return the type of main function is void which means it will return nothing. void means emptyness. void main means that the functions main() does not return any value.

hope this will help u....☺️☺️❤❤

Similar questions