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
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is wrong with this initialization?
Explain low-order bytes.
What are pointers really good for, anyway?
What is gets() function?
how can I convert a string to a number?
How are structure passing and returning implemented?
What is wrong with this code?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Write a program to find factorial of a number using recursive function.
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the difference between struct and union in C?
Explain how are portions of a program disabled in demo versions?
What is the maximum no. of arguments that can be given in a command line in C.?
What is string constants?