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
When is a null pointer used?
How can you call a function, given its name as a string?
what is the role you expect in software industry?
What is a void pointer in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are the rules for identifiers in c?
In C, What is the #line used for?
What is the size of structure pointer in c?
What are lookup tables in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is multidimensional arrays
What is pre-emptive data structure and explain it with example?
What are the difference between a free-standing and a hosted environment?
What is the value of h?