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

Answer Posted / vignesh1988i

as for as i know ,
here however 'a' is a float variable when it comes
to printf , the floating numbers will be truncated and it
outputs as 3


thank u

Is This Answer Correct ?    11 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static memory allocation?

609


What is clrscr ()?

639


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1455


What is chain pointer in c?

604


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1138






What is string function c?

568


why return type of main is not necessary in linux

1707


#include { printf("Hello"); } how compile time affects when we add additional header file .

1424


What is the difference between array and pointer in c?

582


Explain the use of 'auto' keyword in c programming?

684


What is default value of global variable in c?

564


what is the difference between class and unio?

1862


write a program to print largest number of each row of a 2D array

1873


What is difference between && and & in c?

600


Is there a way to jump out of a function or functions?

636