Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Anandjjw
  • Order by date
  1. Anandjjw

    question about exit() method

    Well Matt has said is correct. exit() will take you completely out of the loop that is while( condition) { } // the control will come here.. as for ur other part of question you can go to the next iteration like this while (condition) { int a; // dummy variable. a=2; if (a) {...
  2. Anandjjw

    One other question

    You can simply write: arr [5]a; main() { hitit(a[3]); } i think this is help you understand the concept.

Part and Inventory Search

Back
Top