mirror of
https://codeberg.org/DansLeRuSH/c-plus-plus-exercises.git
synced 2024-11-21 19:18:08 +00:00
Delete EXO-01_taille_memoire_variable.cpp
This commit is contained in:
parent
8f0e3fb74e
commit
051a21c0b1
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
// Auteur : Franck ALBARET
|
||||
#include <stdio.h>
|
||||
|
||||
int main (void)
|
||||
{
|
||||
int V;
|
||||
puts ("Entrer une variable :");
|
||||
scanf ("%i",&V);
|
||||
printf("La taille mémoire de la variable est de %i octet(s)\n",sizeof V);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue