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 are register variables? What are the advantage of using register variables?

671


What is extern variable in c with example?

530


What are enums in c?

649


What are static variables in c?

614


What is c preprocessor mean?

775






What does c mean in basketball?

552


what is stack , heap ,code segment,and data segment

2208


Which built-in library function can be used to match a patter from the string?

731


what do u mean by Direct access files? then can u explain about Direct Access Files?

1633


What is the purpose of scanf() and printf() functions?

706


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

625


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2850


I came across some code that puts a (void) cast before each call to printf. Why?

662


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

679


What is the general form of #line preprocessor?

572