-
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.
-
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.
-
The point of it is that he can make up a lot of useful programs and serve everyone.
-
He can program and let us learn how to use the software, which is very useful for our lives.
-
Of course, the significance of C language is very large, because it completely defines the language of computers.
-
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.
-
I think the point of C language is to let the computer understand what the language is spoken by humans.
-
I think C is particularly important. You can help yourself with your work in the future.
-
Learning C is important for science majors and is very useful for computers.
-
I feel that C is actually very good for my future programming.
-
You can write and develop python as a language.
-
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.
-
At least 90% of the system you use now is written in C, what do you think is the point?
Related questions12 answers2024-04-04This is an additive function I wrote that can judge overflow: >>>More
15 answers2024-04-04Indicates that the remainder of 6 is taken.
In the C language, % stands for remainder (or modulo operation). >>>More
11 answers2024-04-04Valid variable names for the C language:
First, it can only contain numbers, letters, and underscores. >>>More
8 answers2024-04-04The 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-04do is used to loop.
For example. int i=1,sum=0; >>>More