C Recipes: A Problem-Solution Approach
Shirish Chavan
- 出版商: Apress
- 出版日期: 2017-07-30
- 售價: $2,050
- 貴賓價: 9.5 折 $1,948
- 語言: 英文
- 頁數: 446
- 裝訂: Paperback
- ISBN: 1484229665
- ISBN-13: 9781484229668
-
相關分類:
C 程式語言
-
相關翻譯:
C編程技巧:117個問題解決方案示例 (簡中版)
相關主題
商品描述
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.
Master operators and expressions
Write user-defined functions
Work with structures and unions
Use pointers
Define self referential structures
Leverage library functions