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
What is a volatile keyword in c?
What tq means in chat?
What is the use of typedef in structure in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is malloc() function?
What are the types of assignment statements?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is pointer to pointer in c language?
What are valid operations on pointers?
What are the features of the c language?
What is modifier & how many types of modifiers available in c?
How can I direct output to the printer?
What is the purpose of realloc()?
Why do we use stdio h and conio h?
write a program for the normal snake games find in most of the mobiles.