10.07.2015 Views

Data Types & Type Checking - Ace

Data Types & Type Checking - Ace

Data Types & Type Checking - Ace

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Array Categories• Conformant Arrays: array parameters where bounds aresymbolic names rather than constants:– Pascal, Modula-2, Ada, C99.• C only supports single dimensional conformant arrays.function DotProduct(A, B: array[lower .. uper : integer] of real) : real;void square(int n, double M[n][n]);Lecture 069

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!