Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h>int main(){ float *p; printf("%d\n", sizeof(p)); return 0;}