Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
WHY_?
#include <stdio.h> const int MAX = 3; int main () { int var[1] = {10, 100, 200}; int i; for (i = 0; i < MAX; i++) { printf("Value of var[%d] = %d\n", i, var[++i] ); } return 0; }
run
|
edit
|
history
|
help
0
pseudo hw v1
Michael Bean's Spring 2017 Lab 3 v1.1
variable number of arguments
MULTI-CAST
Calculate Area of Circle
Simple Fork
14th Feb Programming Project v.01
C_141106_Factorial
EUCLIDES BIEN
Assignment 5 Cos(x)