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 pass by reference in functions?
find the sum of two matrices and WAP for it.
Are there namespaces in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How many types of errors are there in c language? Explain
What are the standard predefined macros?
What is void main () in c?
Is it better to use a macro or a function?
Describe wild pointers in c?
diff between exptected result and requirement?
What does main () mean in c?
What are the 4 types of programming language?
Why do we use namespace feature?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is malloc and calloc?