Run Code
|
API
|
Code Wall
|
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
Add c
Humko
swap two numbers without arithematic operators
to find a number is even or not
Lab 9 v0.95
Project 5 v.01
a1
A_141128_MatricesSuma
ex1
1.6 Set No. of Threads