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
What is the role of this pointer?
Is void a keyword in c?
Difference between macros and inline functions? Can a function be forced as inline?
Is c high or low level?
What is typedef?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What are file streams?
What is printf () in c?
Explain how do you sort filenames in a directory?
write a program to generate address labels using structures?
Is a house a mass structure?
Why do we use int main?
What do you mean by a sequential access file?
How can I write functions that take a variable number of arguments?