CM fait
This commit is contained in:
9
DEV1.1/CM1/exo2.c
Normal file
9
DEV1.1/CM1/exo2.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) {
|
||||
printf("%d\n", 57);
|
||||
printf("%o\n", 057);
|
||||
printf("%x\n", 0x57);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user