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

hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

1404


What is pointer to pointer in c with example?

540


What is the use of sizeof () in c?

545


In which layer of the network datastructure format change is done

1421


What is a class c rental property?

593






What are enums in c?

649


What is the difference between memcpy and memmove?

589


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1832


How can I manipulate individual bits?

594


What is the difference between functions abs() and fabs()?

636


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

593


Why malloc is faster than calloc?

576


Explain how do you print only part of a string?

640


What is a void * in c?

587


I need a sort of an approximate strcmp routine?

647