#include <stdio.h> int main ( ) { printf ("%d %d %d " , sizeof(2.19f), sizeof(2.19), sizeof (2.19l)); return 0 ; }