Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
formatting_input_and_output
//gcc 7.4.0 #include <stdio.h> int main(void) { printf("%-20d %d",1234,123); printf("\n%lf",1234.5656); printf("\na = %-+12.2f",123.336); printf("b = %-+7.2f",-123.45); return 0; }
run
|
edit
|
history
|
help
0
a3 commented
Intro to Arrays with comments
Practice
My first reevers C 2darryp
A_141212_OrdenarArray
Replacing Evens and Odd with ones and zeroes in a 3-Dimensional array
150115_PrimoDelFactorial
ALPAHABET PATTERNS
C Array Demonstration
Taco practice