Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What are the simplest data types in C language?
What are the simplest data types in C language?
Simple data types in C language include integer, real number and character.

C language is a process-oriented computer programming language, which is different from object-oriented programming languages such as C++ and Java. The design goal of C language is to provide a programming language that can compile and process low-level memory in a simple way, only generate a small amount of machine code, and does not need any running environment support at runtime.

C language is faster than assembly language in describing problems, less workload, good readability, easy debugging, modification and transplantation, and the code quality is equivalent to that of assembly language. Generally speaking, C language is only less efficient than the target program generated by assembly language code 10% ~ 20%. So C language can write system software.