โช Choose the correct option.
What will be output of the following “c” code?
take int=4,float=8,char=1
main() {
FILE *fp;
printf("%d",sizeof(fp) );
}
take int=4,float=8,char=1
main() {
FILE *fp;
printf("%d",sizeof(fp) );
}
take int=4,float=8,char=1
main() {
FILE *fp;
printf("%d",sizeof(fp) );
}