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

  • created

    Nov '08
  • last reply

    Jan '09
  • 1

    reply

  • 95

    views

  • 2

    users

3 months later

You don't need to include "return 0;" in your program; it will work normally without it.

Suggested Topics

Topic Category Replies Views Activity
C and C++ 0 14 6d

Want to read more? Browse other topics in C and C++ or view latest topics.