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
What are variables c?
What is hungarian notation? Is it worthwhile?
what is a function prototype?
What are the 3 types of structures?
What is type qualifiers?
what is data structure?
What is a #include preprocessor?
Why c is called top down?
Explain how do you list a file’s date and time?
What is the argument of a function in c?
write a program to find lcm and hcf of two numbers??
write a c program to print "Welcome" without using semicolon in the whole program ??