Hi guys trying to use two main() and getting this error multiple definition of main(). I renamed my main functions then why is this error and also first defined here for my prin
I don't get what you ask - your error messages are quite clear:
print()
main()
#define
onemain
twomain
main