Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
incrementing values in an array
//gcc 5.4.0 #include <stdio.h> int main(void) { int A[3]={-1,-2,-3}; int n=(sizeof(A))/4; for(int i=0;i<n;i++){ A[i]=++A[i]; printf("A[%d] = %d\n",i,A[i]); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
joseph a triangle
Practice
Stub Program for Problem 6 HW 2
menu1.c
palindrome.c
% with negative numerator and positive denominator (gcc)
PRIMER AVANCE DE NETFLIX
MergeSort
pthread_monte_carlo_pi.c
Michael Bean's Spring 2017 Lab 3 v1.1
Please log in to post a comment.