Improve the C program design to make it run successfully. Urgent!!!

Updated on educate 2024-06-15
10 answers
  1. Anonymous users2024-02-12

    The operating system environment is OK in both Windows and DOS.

    The compilation environment of C language should be Turbo C, which is the authentic and commonly used C language compiler. If you feel uncomfortable using it, you can type ** into the notepad and save it as an extension. c and then open it with turbo c.

  2. Anonymous users2024-02-11

    Compile with VC, it's not very fast......

    Not clear about your question

  3. Anonymous users2024-02-10

    The result is 9 11 9 10

    i is to add 1 to the value of i first, and then use the changed value of i.

    j++ is to use the original value of j 10 first, and then change the value of j to add 1

  4. Anonymous users2024-02-09

    Output: 9, 11, 9, 10

    It is recommended that you take a closer look at the difference between ++i and i++.

  5. Anonymous users2024-02-08

    case 1:casea();break;

    case 2:caseb();break;

    case 3:casec();break;

    case 4:cased();break;

    Here, you don't have these four functions, so the program can't be changed, where are you copying?

  6. Anonymous users2024-02-07

    You're supposed to be in college, right?

    It's important to have a good book on C and read it at least 3-5 times to make sure that you have a different understanding of the same concept and function every time.

    And then there are the classic algorithm ideas, which are not much to be familiar with3The data is structured.

    4.It depends on whether you choose pure C or C++ programming.

  7. Anonymous users2024-02-06

    Important Idea Divide and conquer If your program is complex, break it down into simple subfunctions.

    Do not nest more than 3 for in a subfunction.

    Ordinary people can't think about complex problems well, and breaking down complex problems into multiple relatively simple problems can simplify thinking.

  8. Anonymous users2024-02-05

    Let's do more exercises first, and then do the rest when you know all the exercises.

  9. Anonymous users2024-02-04

    There is an error in the program, send it to my mailbox, and I will help you troubleshoot.

  10. Anonymous users2024-02-03

    Memory overflow, ** issue.

Related questions
4 answers2024-06-15

Hello, there hasn't been much time lately, so I can only remind you that the focus of this zhi topic is not dao >>>More

8 answers2024-06-15

If the landlord is looking for the textbook for the class, it is not helping the landlord, the book is not good, and no one has to do the electronic version. >>>More

2 answers2024-06-15

1 Overview of Programming.

An overview of programming languages. >>>More

10 answers2024-06-15

That certificate is not too difficult. Many students who are not computer science majors in our school passed with high scores and got certificates. That book, do a topic and follow along, it won't be too difficult.

4 answers2024-06-15

1 Enter three numbers.

2 Compare the first two to get the greater of the first two. >>>More