嵌入式c语言 c语言
C programming language was designed by the Dennis Ritchie in 1972 in Bell Labs. It was developed to rewrite the code of Unix operating system, later it was launched for other/general purposes. C language is a general purpose, structural programming language which follows the concept of POP (procedural oriented programming);it is completely based on procedures/function/modules.
C编程语言是由Dennis Ritchie于1972年在Bell Labs设计的 。 它是为重写Unix操作系统的代码而开发的,后来为了其他/一般目的而启动。 C语言是一种通用的结构化编程语言,它遵循POP(面向过程的编程)的概念;它完全基于过程/功能/模块。
While, Embedded C is an extension C language, which are used to develop micro-controller based applications (low level and high level).
而Embedded C是一种扩展C语言,用于开发基于微控制器的应用程序(低级和高级)。
If we look around the world, we will find various types of Embedded Systems, like mobiles, digital cameras washing machines, AC etc. These all devices are micro-controller/micro-processor based and mostly embedded devices use Embedded C language to develop their device