Почему sizeof c в последней строке = 10?C++

Программы на C++. Форум разработчиков
Anonymous
Почему sizeof c в последней строке = 10?

Сообщение Anonymous »

Код: Выделить всё

#include 
using namespace std;

int main()
{
short a = 1000;
int b = 10000;
long double c = 5.560000505012;

cout 

Подробнее здесь: [url]https://stackoverflow.com/questions/78391397/why-the-sizeof-c-in-the-last-line-10[/url]

Вернуться в «C++»