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
- Preface
 - Introduction to Programming
 - Data and Operators
 - Functions
 - Conditions
 - Loops
 - Arrays
 - Strings and Files
 - Object-Oriented Programming
 - Sizeof Operator
 
References
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.