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
C_141203_CadenasVarias
Prime no
pseudo hw v1
Michael Bean's Spring 2017 Lab 3 v1.1
Loop-worksharing
array and its sum
Lab 6 v1
141124_PI
18BCE2182 ASSESS_2 Q3
String Manipulation