Код: Выделить всё
#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]Код: Выделить всё
#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]