A Step by Step Process on How to Perform a Computation (1181 words, 15 pages)
NOTES ON C PROGRAMMINGModule 1 Pointers and Memory ManagementNOTES ON C PROGRAMMINGModule 1 Pointers and Memory Management TABLE OF CONTENTSTABLE OF CONTENTS1OVERVIEW4BASIC MEMORY MANAGEMENT5GROUP ASSIGNMENT6INITIALIZATION8CONSTANTS9INCREMENT AND DECREMENT OPERATORS10ELSE-IF13SWITCH14LOOPS15EXAMPLES OF LOOPS16BREAK, CONTINUE18RETURN19FUNCTION DEFINITION21VOID FUNCTIONS22FUNCTIONS RETURNING A VALUE23OVERVIEWAlgorithmsA step-by-step sequence of instructions that describes how to perform a computation.Answers the question "What ...
Read More