Linked e-resources

Details

At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Welcome to C; Programs, Software, and Operating System; Machine Language and Assembly Language; Procedural Languages; Object-Oriented Languages; Terminology in Computers; Compiled and Interpreted Languages; Compilation; Interpretation; Your First C Program; Salient Features of C; Implicit Type Conversion; Explicit Type Conversion ; Chapter 2: Control Statements; Selection Statements; Iteration Statements; Jump Statements; 2-1. Sum 1 to N Numbers; Problem; Solution

The CodeHow It Works; 2-2. Compute the Factorial of a Number; Problem; Solution; The Code; How It Works; 2-3. Generate a Fibonacci Sequence; Problem; Solution; The Code; How It Works; 2-4. Determine Whether a Given Number Is Prime; Problem; Solution; The Code; How It Works; 2-5. Compute the Sine Function; Problem; Solution; The Code; How It Works; 2-6. Compute the Cosine Function; Problem; Solution; The Code; How It Works; 2-7. Compute the Roots of Quadratic Equation; Problem; Solution; The Code; How It Works; 2-8. Compute the Reverse of an Integer; Problem; Solution; The Code; How It Works

2-9. Print a Geometrical Pattern Using Nested LoopsProblem; Solution; The Code; How It Works; 2-10. Generate a Table of Future Value Interest Factors; Problem; Solution; The Code; How It Works; Chapter 3: Functions and Arrays; 3-1. Determine the Value of Pi; Problem; Solution; The Code; How It Works; 3-2. Pick the Prime Numbers from a List of Numbers; Problem; Solution; The Code; How It Works; 3-3. Sum Numbers Using Recursion; Problem; Solution; The Code; How It Works; 3-4. Compute the Fibonacci Sequence Using Recursion; Problem; Solution; The Code; How It Works

3-5. Compute the Factorial of a Number Using RecursionProblem; Solution; The Code; How It Works; 3-6. Search the Largest Element in an Array of Integers ; Problem; Solution; The Code; How It Works; 3-7. Solve the Classic Problem of the Towers of Hanoi; Solution; The Code; How It Works; 3-8. Solve the Eight Queens Problem; Problem; Solution; How It Works; 3-9. Compute Permutations and Combinations of a Given Set of Objects; Problem; Solution; The Code; How It Works; 3-10. Perform the Summation of Two Matrices ; Problem; Solution; The Code; How It Works; 3-11. Compute the Transpose of a Matrix

ProblemSolution; The Code; How It Works; 3-12. Compute the Product of Matrices ; Problem; Solution; The Code; How It Works; Chapter 4: Pointers and Arrays; 4-1. Retrieve Data from an Array with the int Type Data; Problem; Solution; The Code; How It Works; 4-2. Retrieve Data from an Array Using the Array Name; Problem; Solution; The Code; How It Works; 4-3. Retrieve Data from an Array with char and double Type Data; Problem; Solution; The Code; How It Works; 4-4. Access the Out-of-Bounds Array Elements; Problem; Solution; The Code; How It Works; 4-5. Store Strings; Problem; Solution; The Code

Browse Subjects

Show more subjects...

Statistics

from
to
Export