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));}
Answer Posted / shashishekhar.eg
Size of a ::4
Size of 2.0 ::8
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is include directive in c?
How can you determine the size of an allocated portion of memory?
What does printf does?
What is pointer & why it is used?
What is hungarian notation? Is it worthwhile?
How is = symbol different from == symbol in c programming?
how to find anagram without using string functions using only loops in c programming
What are pointers?
Is there sort function in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the g value paradox?
about c language
What are high level languages like C and FORTRAN also known as?
What is structure in c definition?