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

Answer Posted / pushpanjali panda

after running the program i got the answer is 0.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #include stdio h and #include conio h?

603


What does nil mean in c?

673


application attempts to perform an operation?

1495


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2655


What is the use of pointers in C?

622






What is boolean in c?

614


What is the difference between procedural and functional programming?

521


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

1642


Can you please explain the difference between exit() and _exit() function?

594


Explain what does a function declared as pascal do differently?

642


Explain bitwise shift operators?

632


how do you programme Carrier Sense Multiple Access

1518


Is a pointer a kind of array?

602


How is a structure member accessed?

585


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4906