Небольшие фрагменты кода на C. #include<stdio.h> int main() { printf(«%zu\n%zu\n», sizeof(char*), sizeof(double*)); } Вывод: (64-разрядная версия GCC) 8 8 sizeof(char*) всегда равно sizeof(double*)? Что стандарт C говорит об…

IT Шеф
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy