0
According to void main(),
if we write void mains(),what will happen,. if error , which type of error will be?
3 Respuestas
+ 1
Methods have their signature, which includes the name. You can't use another name to call the method without being his own.
+ 1
Declaration error
+ 1
there will be run time error