Sorry! Posting Assignment is allowed only for commercial accounts.
#include <stdio.h>int main(){ float a; a = sizeof(!1.1); printf("%f",a);}