Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My first 2D array
//gcc 5.4.0 #include <stdio.h> int main(void) { const int n=4; const int m=4; int a[4][4]={{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}}; int i,j; for(i=0;i<n;i++) for(j=0;j<m;j++) printf("counting[%d][%d]=%d\n",i,j,a[i][j]); return(0); }
run
|
edit
|
history
|
help
0
AVANCE 1 TAREA M4 - PERLAS
2.1.1 Prime numbers in different threads with thread ID
Assignment 8 pt 2
Ad
apel
Program to input form command line and print it
18BCE2182 ASSESS_3 Q1
Rightleftjustfy
Add sum.c
BST