main()
{
float a=3.2e40;
printf("%d",a);
}

Answer Posted / shashikanth

0

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the right way to use errno?

626


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358


What are extern variables in c?

549


write a program to rearrange the array such way that all even elements should come first and next come odd

1764


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

570






What is the use of typedef in structure in c?

546


What is array of structure in c programming?

756


What are local static variables? How can you use them?

647


Are global variables static in c?

677


When would you use a pointer to a function?

589


How many header files are in c?

554


What is the difference between null pointer and wild pointer?

640


How can you increase the size of a statically allocated array?

619


What are the restrictions of a modulus operator?

638


What is a const pointer in c?

670