● The book enumerates the concepts related to C Programming language, as prescribed by ANSI standard. The book elaborates on the basics of procedure oriented programming and the fundamentals of writing C codes.
● It goes on to cover aspects like functions and loops, learning which will help novice programmers to code elementary level codes properly.
● Linux Guide is a book written by Jason Cannon. It provides an organized learning path. It also helps you to gain mastery of the most useful and important commands.
● This is an ideal reference book for both novice or who wants to get up to speed on Linux or experienced users.
● It covers basic JavaScript, syntax, concepts, functions, bugs and error handling and a whole lot more.
● However,
the intent of the book is to help you write cleaner code rather than learn to code.The book also includes exercises and examples to help you learn.
● Operating System Concepts is a book about the basic low level and some high level concepts of how the different operating systems actually work,
some of the major problems faced, and some of the different solutions used by operating system programmers.