main()
{
float a=3.2e40;
printf("%d",a);
}
Answer Posted / siva
a is declared as float but it is printed as integer so it
must be wrong.........
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can I implement a delay, or time a users response, with sub-second resolution?
Write a program to print all permutations of a given string.
What is the deal on sprintf_s return value?
what do u mean by Direct access files? then can u explain about Direct Access Files?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What do you mean by keywords in c?
What are structure types in C?
What is the right type to use for boolean values in c? Is there a standard type?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is difference between structure and union with example?
What is the use of sizeof () in c?
Differentiate between null and void pointers.
What is the difference between struct and union in C?
What is file in c language?
What is console in c language?