Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
++i vs i++
//gcc 5.4.0 #include <stdio.h> int main(void) { //++i in arithmetic expression says increment first, then use it //i++ says use i, then increment it after it has been used printf("Hello, world!\n"); return 0; }
run
|
edit
|
history
|
help
0
Coba
hello
A_141124arrayRepetidos
EXercice
add.c
C_141106_Divisores
C - printf precision modifiers
sqrt function
PER problem 2
Linked List