Computer Programming in C for Beginners

This textbook is an ideal introduction in college courses or self-study for learning computer programming using the C language. Written for those with minimal or no programming experience, Computer Programming in C for Beginners offers a heavily guided, hands-on approach that enables the reader to q...

Full description

Main Author: Gonzalez, Avelino J. (Author, http://id.loc.gov/vocabulary/relators/aut)
Corporate Author: SpringerLink (Online service)
Language:English
Published: Cham : Springer International Publishing : Imprint: Springer, 2020.
Edition:1st ed. 2020.
Subjects:
Online Access:https://doi.org/10.1007/978-3-030-50750-3
Table of Contents:
  • Chapter 1: Installing and Using Code::Blocks; creating a source file, compiling and executing it
  • Chapter 2: Variables, memory and operators
  • Chapter 3: Selection Structures
  • Chapter 4: Repetition Structures
  • Chapter 5: Defining and Calling Programmer-defined Functions
  • Chapter 6: Pointer variables
  • Chapter 7: Arrays
  • Chapter 8: Structures
  • Chapter 9: Strings, Advanced I/O
  • Chapter 10: Dynamic Memory Allocation, Multi-file programs
  • Chapter 11: Linked Lists
  • Chapter 12: Searching and Sorting.