Published Book on Amazon
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1 | |
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2 |
출판된 한글판 도서
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상) | |
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (하) |
Original Book Contents
23.6 C language
23.6.1 Overview
C language has a command structure that is easy for a computer machine to understand, and provides powerful performance. C language is a well portable program development language so that programs developed in C language can be used on all computers.
In Raspberry Pi also, it is possible to develop programs using C language.
Here, we will explain only how to use C language. The methods and syntax for writing C programs are well known, so specific detailed contents will not be explained here.
Usually C program development work will be done using a integrated development environment tool, but here it will be explained with assumption that a integrated development environment tool is not used.