Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
program
//gcc 5.4.0 #include <stdio.h> #define n 5 #define m 5 int main(void) { int scoreBoard[n][m] = {{10,20,30,40,50}, {11,21,31,41,51}, {12,22,32,42,52}, {13,23,33,43,53},{14,24,34,44,54}}; for(int i=0; i<n; ++i){ for(int j=0; j<m; ++j) printf("scores[%d][%d] = %d", i, j, scoreBoard[j][i]); printf("\n"); } return (0); }
run
|
edit
|
history
|
help
0
GCC supports 128-bit integer arithmetic
time clock and day count through seconds by ratneshgujarathi
Lab 5 HW Spring 2017 v1.1
loop
Instruction order in C/C++
selection sort
B_141125_Repetidos
Calculating longs v0.5 finish b next lab
orange blue bell Einstein's piece chastitise then
bitwise operations