What do you think is the significance of C? What does C mean?

Updated on technology 2024-04-04
13 answers
  1. Anonymous users2024-02-07

    C language is a must language for programmers, and all languages are basically built on C language, it is the foundation of computer language, as a programmer must learn hard.

  2. Anonymous users2024-02-06

    Now the IT division of labor is so clear, there is no need for everyone to learn C language, especially if there is no systematic computer knowledge. If it's just a lot of front-ends, you only need to take an X-bird training class.,Otherwise, the mentally retarded problem of pointer or complement code will kill people.,And then it's related to the system.,It's only hehe.。 For many people, especially laymen or those who like fast food, don't use C and can't find it yourself.

    It's a pity that I can only c c++ (write something like multi-** decoding, virtual machine or compiler), and I have been writing for more than 20 years, ashamed.

  3. Anonymous users2024-02-05

    The point of it is that he can make up a lot of useful programs and serve everyone.

  4. Anonymous users2024-02-04

    He can program and let us learn how to use the software, which is very useful for our lives.

  5. Anonymous users2024-02-03

    Of course, the significance of C language is very large, because it completely defines the language of computers.

  6. Anonymous users2024-02-02

    I think C is an introductory lesson in computer programming, it's a foundation, and we need to know it before we can start programming.

  7. Anonymous users2024-02-01

    I think the point of C language is to let the computer understand what the language is spoken by humans.

  8. Anonymous users2024-01-31

    I think C is particularly important. You can help yourself with your work in the future.

  9. Anonymous users2024-01-30

    Learning C is important for science majors and is very useful for computers.

  10. Anonymous users2024-01-29

    I feel that C is actually very good for my future programming.

  11. Anonymous users2024-01-28

    You can write and develop python as a language.

  12. Anonymous users2024-01-27

    Sometimes I like to look at those sources, I don't understand it, and many times I learn a lot of theoretical knowledge is used in C, and I continue to verify theory and practice from that huge library function, and feel the development of science and technology.

  13. Anonymous users2024-01-26

    At least 90% of the system you use now is written in C, what do you think is the point?

    Related questions
    12 answers2024-04-04

    This is an additive function I wrote that can judge overflow: >>>More

    15 answers2024-04-04

    Indicates that the remainder of 6 is taken.

    In the C language, % stands for remainder (or modulo operation). >>>More

    11 answers2024-04-04

    Valid variable names for the C language:

    First, it can only contain numbers, letters, and underscores. >>>More

    8 answers2024-04-04

    The semicolon is the sign of the end of the statement, but the semicolon is not used after the loop, if, and subfunctions such as long long a (int b), and everything else is used, but two semicolons cannot be added, although it will not cause an error, but it may affect the result.

    7 answers2024-04-04

    do is used to loop.

    For example. int i=1,sum=0; >>>More