Monday, July 11, 2011

Difference between void main() and int main()

Void main():

its doesnt return the value.

Int main():

its return value.if use int main function we need to give return 0.because its doesnt return the value...

No comments:

Post a Comment