main()
{
float a=3.2e40;
printf("%d",a);
}
Answer Posted / iftekhar
main()
{
int i=300*300/300;
printf("%d",i);
}
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What is the difference between procedural and declarative language?
Is c# a good language?
What are the c keywords?
i want to know the procedure of qualcomm for getting a job through offcampus
What is indirection in c?
What is the difference between declaring a variable and defining a variable?
How can I prevent another program from modifying part of a file that I am modifying?
How can I get back to the interactive keyboard if stdin is redirected?
How can I sort a linked list?
Can you please explain the scope of static variables?
How to implement a packet in C
What is the difference between the local variable and global variable in c?
For what purpose null pointer used?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is string function c?