Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
double_buffer_madness
#include <stdio.h> #define SIZE 2 void look(const int ptr[SIZE][SIZE]) { printf("\nMeaning: %d", ptr[1][1]); } void modify(int ptr[][SIZE]) { ptr[1][1] = 42; } int main() { int data[SIZE][SIZE]; for (int i = 0; i < SIZE; ++i) { for (int j = 0; j < SIZE; ++j) { data[i][j] = i*j; } } modify(data); look(data); return 0; }
run
|
edit
|
history
|
help
0
C_141126_ArrayMayorMenor01
PtStrCpy
strend
Sunday assignment v2
2.2 Comparision with Matrix Addition Execution Time
time clock and day count through second by user input (ratneshgujarathi)
Prime check
Ad
AVANCE 1 TAREA M4 - PERLAS
Project 4 v.3