BUT1
CONTROLE
DEV1.1
Adresses
Allocation_Dynamique
Bibliotheque_Math
Boucles
Boucles_encore
Boucles_suite
CM2 2022
CM2_2
Caract#U00e8res
Chaines_Caracteres
Commandes
Conditions
Debogueur
Entiers
arithmetique.c
bases.c
multiplication.c
operations.c
operations2.c
operations3.c
reponses.txt
Fichier
Fonctions
Liste_chainees
Listes_chainees_good
Maths
Organisation_code
Recusrivité
Reels
Structures
TP07-boucles
Tableaux
Tableaux_multidimensionnels
Types
fichier(suite)
revision
hello_world
test.c
DEV1.2
DEV1.3
DEV2.2
.DS_Store
.gitignore
README.md
8 lines
112 B
C
8 lines
112 B
C
![]() |
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
printf("%d\n", 73 << 4);
|
||
|
return EXIT_SUCCESS;
|
||
|
}
|