登入
選單
返回
Google圖書搜尋
COMPUTER SYSTEM AND PROGRAMMING IN C
Yashavant kanetkar
其他書名
Learn the fundamentals of C Programming
出版
BPB Publications
, 2018-06-01
主題
Computers / General
Computers / Computer Science
ISBN
9387284751
9789387284753
URL
http://books.google.com.hk/books?id=-YxjDwAAQBAJ&hl=&source=gbs_api
EBook
SAMPLE
註釋
This book doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader finds it easy to handle advanced topics towards the end of the book. Each chapter contains:--Lucid explanation of the concept -Well though-out, fully working programming examples -End-of-chapter exercises that would help you practise the skills learned in the chapter.CONTENTSFundaments of ComputersProgramming BasicsDigital ComputersProblem Solving ApproachesBasic OperationsAlgorithmsFunctional ComponentsFlowchartsNumbering SystemsTypes of LanguagesBinary ArithmeticAssembler, Compiler, Linker, LoaderFundamentals of C ProgrammingBuilding Blocks of C ProgrammingStructure of a C ProgramDecision Control InstructionWriting & Executing ProgramsLoop Control InstructionStandard I/O OperationsCase Control InstructionFundamental Data TypesBreak & Continue KeywordsStorage ClassesFunctionsTypes of OperatorsParameter PassingTypes of ExpressionsRecursive FunctionsArrays & Other Data TypesPointers and Their UsageArray Notation & representationIntroduction to PointersManipulating Array ElementsTypes of PointersMulti-dimensional ArraysFile PointersStructuresFile OperationsUnionsCommand-line ArgumentsEnumsPreprocessor Directives