I want to kno if there is an alternative for return statement.I want to write the program without any semicolon (EXPR2)..I was able to write for rest of code..But I could not help avoiding a semicolon in return statement. Pl help me
You don't need to include "return 0;" in your program; it will work normally without it.