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
PJE
to upper case string
Project 3 part 2 Book v0.5
Random test
app1
bitwise manipulation using another function
hello 5
18BCE2182 ASSESS_2 Q4
eliminate_duplicates.c
cstructHotel