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
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What is pointer to pointer in c language?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How can I change their mode to binary?
Why structure is used in c?
What is pointer in c?
String concatenation
What is meaning of tree
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Write a C program to convert an integer into a binary string?