Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
session1
//gcc 7.4.0 #include <stdio.h> int main(void) {int i= 2345; printf( "the value in octal is %o: ", i); printf( "the value in hexadecimal is %x:",i); return 0; }
run
|
edit
|
history
|
help
0
Random test
First program.c
Lab 10 v1
If Statements/Increments V1
lab 12 v1
Goodone tricky
A_141117_Euclides
AC_setting_example
Nice1
fgets and basic string manipulation