TransWikia.com

Почему sizeof выводит 12 байтов в следующем массиве строк ? Язык Си

Stack Overflow на русском Asked by Ma3st4o on February 13, 2021

Почему sizeof выводит 12 байтов в следующем массиве строк ? Язык Си.

#include<stdio.h>

void main (void)
{   
   const char* states[] = {"Moscow", "New-York" ,"Kiev"};
   printf("rn%zu", sizeof (states));
   return;
}

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP