#include int main() { long double x = 1.0; printf("\nEl tipo \"long double\" tiene %d bytes.\n", sizeof(x)); system("pause"); return 0; }