Find the output?
void main()
{float a=2.0;
printf("\nSize of a ::%d",sizeof(a));
printf("\nSize of 2.0 ::%d",sizeof(2.0));}
Answers were Sorted based on User's Feedback
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What is union and structure in c?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Write a program to exchange two variaables without temp
How can I delete a file?
What is the use of void pointer and null pointer in c language?
what is used instead of pointers in java than c?
What is indirection?
what is meant by flushll() in c programming?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
Is return a keyword in c?
How can I open files mentioned on the command line, and parse option flags?