Programming Fundamentals
Appearance
Computer programming (often shortened to programming) is a process that leads from an original formulation of a computing problem to executable computer programs. Programming involves activities such as analysis; developing understanding; generating algorithms; verifying the requirements of algorithms, including their correctness and resources consumption; and implementation (commonly referred to as coding) of algorithms in a target programming language.[1]
This book is a copy of Programming Fundamentals - A Modular Structured Approach, 2nd Edition, available free at http://press.rebus.community/programmingfundamentals.
Table of Contents
[edit | edit source]- Preface
- Introduction to Programming
- Data and Operators
- Functions
- Conditions
- Loops
- Arrays
- Strings and Files
- Object-Oriented Programming
- Sizeof Operator