Home > Article > Backend Development > What is the difference between php and c language
The difference between php and c language: 1. PHP is a server scripting language and must be run on a server that can parse PHP; 2. C language is a low-level language, while PHP is a high-level language; 3. C language It is a strongly typed language, while PHP is a weakly typed language; 4. PHP is mainly used for web applications, and C language is mainly used for low-level computer applications.
Recommended: "PHP Video Tutorial"
1. PHP is a server scripting language and must be run on On the server that parses PHP
2. C language is a low-level language, and PHP is a high-level language
3. C language is a strongly typed language, and PHP is a weakly typed language. This point can be seen from the syntax of the two. The difference can be seen
4. PHP is mainly used for web applications, and C language is mainly used for low-level computer applications. In addition, C language is much more powerful than PHP. You should know that PHP is written in C language. The
recommendation: "c language video tutorial"
The above is the detailed content of What is the difference between php and c language. For more information, please follow other related articles on the PHP Chinese website!