generic
EmaMaker 2018-12-27 21:55:38 +01:00
parent b1bd341470
commit ee34e70b3e
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
int ciao[3];
printf("%ld", sizeof(ciao) / sizeof(*ciao)); //size in bytes of the array divided by the size in bytes of the type (pointer to the array, or first array of the element)