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 wOOdy-Soft 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: redally
  • Content: Threads
  • Order by date
  1. redally

    Help with C switch?

    I'm trying to program this C program into assembly can anyone help please! This is a confusing language to learn. while (A[i+1] != -1{ switch (k) { case 2: if ( A[i] >= A[i+1] ) temp = A[i] ; A[i] = A[i+1]...

Part and Inventory Search

Back
Top