Pointers and multidimensional arrays: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 November 2012

  • curprev 16:0616:06, 13 November 2012Roux talk contribs 1,023 bytes +1,023 Created page with " Handling arrays and pointers. The syntax uses the c99 standard. To compile, use :> gcc -std=c99 main.c <source lang='c'> #include <stdio.h> void f(int * p,int L) { for(i..."