Cantitate/Preț
Produs

C Recipes: A Problem-Solution Approach

Autor Shirish Chavan
en Limba Engleză Paperback – 30 iul 2017
Solve your C programming problems with practical and informative recipes. This book covers various aspects of C programming including the fundamentals of C, operators and expressions, control statements, recursion, and user-defined functions. Each chapter contains a series of recipes that you can easily reference to quickly find the answers you are looking for.
C Recipes also contains recipes and solutions for problems in memory management, arrays, standard input and output, structures and unions, pointers, self-referential structures, data files, pre-processor directives, and library functions. 

What You Will Learn
  • Master operators and expressions
  • Write user-defined functions
  • Work with structures and unions
  • Use pointers
  • Define self referential structures
  • Leverage library functions

Who This Book Is For

Those with some experience in C programming.


Citește tot Restrânge

Preț: 35034 lei

Preț vechi: 43792 lei
-20% Nou

Puncte Express: 526

Preț estimativ în valută:
6705 7074$ 5588£

Carte tipărită la comandă

Livrare economică 30 decembrie 24 - 04 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484229668
ISBN-10: 1484229665
Pagini: 446
Ilustrații: XXXIII, 446 p. 46 illus., 3 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.67 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

01. Welcome to C. - 02. Control Statements. - 03. Functions and Arrays. - 04. Pointers and Arrays. - 05. Functions and Structures with Pointers. - 06. Data Files. - 07. Self Referential Structures.- 08. Stacks and Queues. - 09. Searching and Sorting. - 10. Cryptographic Systems. - 11. Numeric Methods 

Recenzii

“This volume provides an interesting supplemental resource for those who are interested in using the C programming language. … Abundant illustrations and a thorough glossary enhance this book's utility to students. Summing Up: Recommended. Lower-division undergraduates and general readers.” (F. H. Wild III, Choice, Vol. 55 (9), May, 2018)

Notă biografică

Shirish Chavan is a writer, a teacher, a software consultant, a scientist, and an orator. He did M.Sc. in Theoretical Physics from Shivaji University, Kolhapur in 1982. He has been teaching Physics and Computer Science in various colleges since past thirty years. As an orator he has delivered hundreds of speeches on various subjects. As a scientist, he is having one discovery and two inventions to his credit. As a writer his eight books are published by reputed publishers and three of them were bestsellers in India for a limited period.

Textul de pe ultima copertă

Solve your C programming problems with practical and informative recipes. This book covers various aspects of C programming including the fundamentals of C, operators and expressions, control statements, recursion, and user-defined functions. Each chapter contains a series of recipes that you can easily reference to quickly find the answers you are looking for.
C Recipes also contains recipes and solutions for problems in memory management, arrays, standard input and output, structures and unions, pointers, self-referential structures, data files, pre-processor directives, and library functions.
You will:
  • Master operators and expressions
  • Write user-defined functions
  • Work with structures and unions
  • Use pointers
  • Define self referential structures
  • Leverage library functions

Caracteristici

C programming book written following the standards of ANSI C Teaches the fundamentals of C programming including operators, expressions and control structures Follows a step by step approach that takes you from basic to advanced concepts