IHYPRESS PROGRAMMING
Tutorials and C programs with code and output for beginners
HOME
|
ASP
|
C
|
CSS
|
GNUPLOT
|
HTML
|
JAVASCRIPT
|
PERL
|
PHP
|
PYTHON
|
RUBY
|
SVG
C
> 09. Multi-Dimensional Arrays
Searching a 2-D Array
A function that searches a 2-D array for a specific value and returns the row and column where it was found.
Scalar Product
A program that computes the scalar product of two vectors.
Multiplication of a Matrix by a Vector
A program that performs the multiplication of a matrix by a vector.
Multiplication of 2 Matrices
A program that performs the multiplication of two matrices. Color-coded for better understanding.
Dynamic Allocation of a 2-D Array (Software Eng. Method)
The software engineer's method simulates a two-dimensional array with a single, dynamically-allocated one-dimensional array.
Dynamic Allocation of a 2-D Array (Computer Sci. Method)
The computer scientist's method uses an array of pointers and each pointer of that array is pointing to an array of values.
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland