Название: Programming in C, 2nd Edition Автор: Nilkani Mort Издательство: Writer House Год: 2020 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Best way to learn any programming language is to create good programs in it. C is not exception to this rule. Once you decide to write any program you would find that there are always at least two ways to write it. So you need to find out whether you have chosen the best way to implement your program.
Although, C is intended to do low-level programming. It is used to develop system applications such as kernel, driver, etc. It also supports the features of a high-level language. That is why it is known as mid-level language. C is a simple language in the sense that it provides a structured approach (to break the problem into parts), the rich set of library functions, data types, etc. Unlike assembly language, C programs can be executed on different machines with some machine specific changes. Therefore, C is a machine independent language.
We have described these chapters:
Introduction of C C Branching C looping C Function C Recursion C Array C Pointer C String And more...
Скачать Programming in C, 2nd Edition
|