Sazzad M. S. Imran, Md Atiqur Rahman Ahad
Learn Programming with C (eBook, ePUB)
An Easy Step-by-Step Self-Practice Book for Learning C
62,95 €
62,95 €
inkl. MwSt.
Sofort per Download lieferbar
31 °P sammeln
62,95 €
Als Download kaufen
62,95 €
inkl. MwSt.
Sofort per Download lieferbar
31 °P sammeln
Jetzt verschenken
Alle Infos zum eBook verschenken
62,95 €
inkl. MwSt.
Sofort per Download lieferbar
Alle Infos zum eBook verschenken
31 °P sammeln
Sazzad M. S. Imran, Md Atiqur Rahman Ahad
Learn Programming with C (eBook, ePUB)
An Easy Step-by-Step Self-Practice Book for Learning C
- Format: ePub
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei
bücher.de, um das eBook-Abo tolino select nutzen zu können.
Hier können Sie sich einloggen
Hier können Sie sich einloggen
Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
Authored by two standout professors in the fields of Computer Science and Technology with extensive experience in instructing, Learn Programming with C is a comprehensive and accessible guide to programming with one of the most popular languages.
- Geräte: eReader
- ohne Kopierschutz
- eBook Hilfe
- Größe: 14.1MB
Andere Kunden interessierten sich auch für
- Handbook of Computer Programming with Python (eBook, ePUB)94,95 €
- Richard FoxInformation Technology (eBook, ePUB)79,95 €
- Greg WilsonTeaching Tech Together (eBook, ePUB)26,95 €
- Damien IrvingResearch Software Engineering with Python (eBook, ePUB)59,95 €
- Amol M. JagtapData Structures using C (eBook, ePUB)52,95 €
- Patrick BoscAlgorithm Design: A Methodological Approach - 150 problems and detailed solutions (eBook, ePUB)51,95 €
- Jitendra KumarMachine Learning for Cloud Management (eBook, ePUB)59,95 €
-
-
-
Authored by two standout professors in the fields of Computer Science and Technology with extensive experience in instructing, Learn Programming with C is a comprehensive and accessible guide to programming with one of the most popular languages.
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Taylor & Francis
- Seitenzahl: 580
- Erscheinungstermin: 29. Januar 2024
- Englisch
- ISBN-13: 9781003827665
- Artikelnr.: 69739086
- Verlag: Taylor & Francis
- Seitenzahl: 580
- Erscheinungstermin: 29. Januar 2024
- Englisch
- ISBN-13: 9781003827665
- Artikelnr.: 69739086
- Herstellerkennzeichnung Die Herstellerinformationen sind derzeit nicht verfügbar.
Sazzad M.S. Imran, Ph.D. is a Professor in the Dept. of Electrical and Electronic Engineering, University of Dhaka, Bangladesh. He completed his B.Sc. and M.S. degrees in Applied Physics, Electronics & Communication Engineering from the University of Dhaka and received his Ph.D. degree from the Optical Communication Lab of the Kanazawa University, Japan. Dr. Imran has vast experience in teaching C/C++, Assembly Language, MATLAB, PSpice, AutoCAD, etc. at the university level.
Md Atiqur Rahman Ahad, Ph.D., SMIEEE, SMOPTICA is an Associate Professor of Artificial Intelligence and Machine Learning, University of East London, UK; and a Visiting Professor of Kyushu Institute of Technology, Japan. He worked as a Professor at University of Dhaka and Specially Appointed Associate Professor at Osaka University. He has authored/edited 14+ books and published 200+ peer-reviewed papers (More at http://ahadvisionlab.com).
Md Atiqur Rahman Ahad, Ph.D., SMIEEE, SMOPTICA is an Associate Professor of Artificial Intelligence and Machine Learning, University of East London, UK; and a Visiting Professor of Kyushu Institute of Technology, Japan. He worked as a Professor at University of Dhaka and Specially Appointed Associate Professor at Osaka University. He has authored/edited 14+ books and published 200+ peer-reviewed papers (More at http://ahadvisionlab.com).
Preface
Chapter 1: Introduction
Exercises
Chapter 2: Flow-Control
Exercises
Chapter 3: Arrays and Pointers
Exercises
Chapter 4: Functions
Exercises
Chapter 5: Structure and Union
Exercises
Chapter 6: File Management
Exercises
Chapter 7: C Graphics
Problems to Practice
Chapter 8: C Cross-platform
Chapter 9: C Projects
Chapter 1: Introduction
- History of Programming Language
- Different Types of Programming Language
- Importance of Programming
- C Program Structure
- Step-by-Step Tutorial to Run a C Program
- Keywords
- Identifiers
- Operators
- Operator Precedence in C
- Variables
- Constants
- Escape Sequences
- Data Types
- Type Casting
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 2: Flow-Control
- if Statement
- if..else Statement
- Nested if..else Statement
- Conditional Operator
- for Loop
- while Loop
- do..while Loop
- continue Statement
- break Statement
- switch..case Statement
- goto Statement
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 3: Arrays and Pointers
- Arrays
- 2-D arrays
- Multidimensional arrays
- String
- String Function
- Pointers
- Memory Allocation
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 4: Functions
- Function Types
- Function Structure
- Function Call
- Arrays and Functions
- Pointers and Functions
- Storage Class
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 5: Structure and Union
- Structure
- Union
- enum
- Data Structure and Algorithm
- Linked List
- Types of Linked List
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 6: File Management
- File Types
- File Operations
- Preprocessors
- Conditional Compilation
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 7: C Graphics
- Introduction
- Functions
- Color Table
- Fonts of Text
- Fill Patterns
- Including graphics.h in CodeBlocks
- Examples
Problems to Practice
Chapter 8: C Cross-platform
- Creating Own Library
- Turbo C
- Visual Studio Code
- Visual Studio
- Command Line
- Command Line Arguments
- Linux
- Embedding C Code into MATLAB
- Integrating C Code into Python
- Switching from One Language to Another
- Transition to C++ or C# from C
Chapter 9: C Projects
Preface
Chapter 1: Introduction
Exercises
Chapter 2: Flow-Control
Exercises
Chapter 3: Arrays and Pointers
Exercises
Chapter 4: Functions
Exercises
Chapter 5: Structure and Union
Exercises
Chapter 6: File Management
Exercises
Chapter 7: C Graphics
Problems to Practice
Chapter 8: C Cross-platform
Chapter 9: C Projects
Chapter 1: Introduction
- History of Programming Language
- Different Types of Programming Language
- Importance of Programming
- C Program Structure
- Step-by-Step Tutorial to Run a C Program
- Keywords
- Identifiers
- Operators
- Operator Precedence in C
- Variables
- Constants
- Escape Sequences
- Data Types
- Type Casting
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 2: Flow-Control
- if Statement
- if..else Statement
- Nested if..else Statement
- Conditional Operator
- for Loop
- while Loop
- do..while Loop
- continue Statement
- break Statement
- switch..case Statement
- goto Statement
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 3: Arrays and Pointers
- Arrays
- 2-D arrays
- Multidimensional arrays
- String
- String Function
- Pointers
- Memory Allocation
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 4: Functions
- Function Types
- Function Structure
- Function Call
- Arrays and Functions
- Pointers and Functions
- Storage Class
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 5: Structure and Union
- Structure
- Union
- enum
- Data Structure and Algorithm
- Linked List
- Types of Linked List
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 6: File Management
- File Types
- File Operations
- Preprocessors
- Conditional Compilation
- Examples
Exercises
- MCQ with Answers
- Questions with Short Answers
- Problems to Practice
Chapter 7: C Graphics
- Introduction
- Functions
- Color Table
- Fonts of Text
- Fill Patterns
- Including graphics.h in CodeBlocks
- Examples
Problems to Practice
Chapter 8: C Cross-platform
- Creating Own Library
- Turbo C
- Visual Studio Code
- Visual Studio
- Command Line
- Command Line Arguments
- Linux
- Embedding C Code into MATLAB
- Integrating C Code into Python
- Switching from One Language to Another
- Transition to C++ or C# from C
Chapter 9: C Projects