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
What is use of bit field?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What are reserved words?
Why does everyone say not to use scanf? What should I use instead?
Write a program in c to replace any vowel in a string with z?
What are terms in math?
How pointers are declared?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain how can I avoid the abort, retry, fail messages?
develop algorithms to add polynomials (i) in one variable
Why is not a pointer null after calling free?
If null and 0 are equivalent as null pointer constants, which should I use?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Is javascript based on c?
Describe wild pointers in c?