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 / deepshree sinha
2
2
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which header file is used for clrscr?
Describe the modifier in c?
How to set file pointer to beginning c?
Explain how can I write functions that take a variable number of arguments?
What is static function in c?
what is reason of your company position's in india no. 1.
What is bash c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is a lvalue
How many types of arrays are there in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What's a good way to check for "close enough" floating-point equality?
what are # pragma staments?
Differentiate between calloc and malloc.
What is the use of getch ()?