|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn880637743 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
140528s2014 flua ob 000 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d DEBBG
|d DEBSZ
|d VT2
|d OCLCQ
|d OCLCF
|d OCLCQ
|d CRCPR
|d YDX
|d COO
|d REB
|d CEF
|d WYU
|d UKMGB
|d UAB
|d AU@
|d NLW
|d OCLCQ
|d OCLCO
|d OCLCQ
|d INARC
|
015 |
|
|
|a GBB839217
|2 bnb
|
016 |
7 |
|
|a 018363752
|2 Uk
|
019 |
|
|
|a 908280089
|a 966572234
|a 1064042910
|a 1118492380
|a 1274811457
|
020 |
|
|
|a 1482214504
|
020 |
|
|
|a 9781482214505
|
020 |
|
|
|a 9781482214512
|
020 |
|
|
|a 1482214512
|
020 |
|
|
|z 9781482214505
|
029 |
1 |
|
|a DEBBG
|b BV042032491
|
029 |
1 |
|
|a DEBSZ
|b 414179617
|
029 |
1 |
|
|a GBVCP
|b 796786976
|
029 |
1 |
|
|a UKMGB
|b 018363752
|
035 |
|
|
|a (OCoLC)880637743
|z (OCoLC)908280089
|z (OCoLC)966572234
|z (OCoLC)1064042910
|z (OCoLC)1118492380
|z (OCoLC)1274811457
|
037 |
|
|
|a CL0500000427
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.C15
|b T745 2014
|
082 |
0 |
4 |
|a 005.13/3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Tselikis, George S.
|
245 |
1 |
0 |
|a C from theory to practice /
|c George S. Tselikis, Nikolaos D. Tselikas.
|
260 |
|
|
|a Boca Raton, FL :
|b CRC Press,
|c ©2014.
|
300 |
|
|
|a 1 online resource (xvii, 493 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from title page (Safari, viewed May 7, 2014).
|
504 |
|
|
|a Includes bibliographical references (page 493).
|
505 |
0 |
0 |
|g 1.
|t Introduction to C --
|g 2.
|t Data types, variables, and data output --
|g 3.
|t Getting input with scanf() --
|g 4.
|t Operators --
|g 5.
|t Program control --
|g 6.
|t Loops --
|g 7.
|t Arrays --
|g 8.
|t Pointers --
|g 9.
|t Characters --
|g 10.
|t Strings --
|g 11.
|t Functions --
|g 12. Searching and sorting arrays --
|g 13.
|t Structures and unions --
|g 14.
|t Memory management and data structures --
|g 15.
|t Files --
|g 16.
|t Posprocessing directives and macros --
|g 18.
|t Review exercises.
|
520 |
8 |
|
|a Introduction to CHistory of CANSI StandardAdvantages of CDisadvantages of CC Program Life CycleWrite a C ProgramFirst C ProgramCompilationLinkingRun the ProgramReferenceData Types, Variables, and Data OutputVariablesRules for Naming VariablesVariable Name ConventionsDeclaring VariablesAssigning Values to VariablesConstants#define Directiveprintf() FunctionType CastingExercisesUnsolved ExercisesGetting Input with scanf()scanf() FunctionExercisesUnsolved ExercisesOperatorsAssignment OperatorArithmetic OperatorsIncrement and Decrement OperatorsRelational OperatorsExercisesNot Operator!ExercisesCompound OperatorsExerciseLogical OperatorsExercisesComma OperatorExercisesizeof Operatorenum TypeBitwise OperatorsExerciseShift OperatorsExercisesOperator PrecedenceUnsolved ExercisesProgram Controlif Statementif-else StatementNested if StatementsExercisesConditional Operator?Exercisesswitch StatementExercisesUnsolved ExercisesLoopsfor StatementExercisesbreak Statementcontinue StatementExercisesNested LoopsExerciseswhile StatementExercisesdo-while StatementExercisesgoto StatementUnsolved ExercisesArraysDeclaring ArraysAccessing Array ElementsArray InitializationExercisesTwo-Dimensional ArraysExercisesUnsolved ExercisesPointersPointers and MemoryDeclaring PointersPointer InitializationNULL ValueUse a PointerExercisesvoid* PointerUse of const KeywordPointer ArithmeticExercisesPointers and ArraysExercisesArrays of PointersExercisesPointer to PointerExercisesPointers and Two-Dimensional ArraysExercisesPointer to FunctionExerciseArray of Pointers to FunctionsUnsolved ExercisesCharacterschar TypeExercisesgetchar() FunctionExercisesStringsString LiteralsStoring StringsExercisesWriting StringsExercisePointers and String LiteralsExercisesRead StringsFor a Safe Reading of StringsExercisesString FunctionsExercisesExercisesExercisesTwo-Dimensional Arrays and.
|
520 |
8 |
|
|a StringsExercisesUnsolved ExercisesFunctionsFunction DeclarationReturn TypeFunction ParametersFunction Definitionreturn StatementFunction CallExercisesVariables ScopeArrays as ArgumentsExercisesFunction Call with Parameter Two-Dimensional ArrayExercisesPassing Data in main() FunctionExercisesFunctions with Variable Number of ParametersRecursive FunctionsExercisesUnsolved ExercisesSearching and Sorting ArraysSearching ArraysExercisesExercisesSorting ArraysExercisesStructures and UnionsStructuresExerciseUnionsExerciseUnsolved ExercisesMemory Management and Data StructuresMemory BlocksStatic Memory AllocationDynamic Memory Allocationmemcpy() and memmove() Functionsmemcmp() FunctionExercisesDynamic Data StructuresExamplesExercisesUnsolved ExercisesFilesFiles in COpen a FileClose a FileProcess a FileWrite Data in a Text FileExercisesRead Data from a Text FileExercisesEnd of FileWrite and Read Data from a Binary FileExercisesfeof() FunctionExerciseUnsolved ExercisesPreprocessor Directives and MacrosSimple MacrosMacros with Parameters# and ## Preprocessor OperatorsPreprocessor Directives and Conditional CompilationExercisesUnsolved ExercisesReview ExercisesAppendix AAppendix BAppendix CAppendix DBibliographyIndex.
|
506 |
1 |
|
|a Legal Deposit;
|c Only available on premises controlled by the deposit library and to one user at any one time;
|e The Legal Deposit Libraries (Non-Print Works) Regulations (UK).
|5 WlAbNL
|
540 |
|
|
|a Restricted: Printing from this resource is governed by The Legal Deposit Libraries (Non-Print Works) Regulations (UK) and UK copyright law currently in force.
|5 WlAbNL
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a C (Computer program language)
|
650 |
|
6 |
|a C (Langage de programmation)
|
650 |
|
7 |
|a C (Computer program language)
|2 fast
|0 (OCoLC)fst00843279
|
700 |
1 |
|
|a Tselikas, Nikolaos D.
|
776 |
0 |
8 |
|i Print version:
|a Tselikis, George S.
|t C from theory to practice.
|d Boca Raton, FL : CRC Press, ©2014
|w (DLC) 2014415253
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781482214512/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Internet Archive
|b INAR
|n cfromtheorytopra0000tsel
|
938 |
|
|
|a CRC Press
|b CRCP
|n 9781482214512
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12368730
|
994 |
|
|
|a 92
|b IZTAP
|