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


Please Help Members By Posting Answers For Below Questions

What is a volatile keyword in c?

883


What tq means in chat?

831


What is the use of typedef in structure in c?

708


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1676


What is malloc() function?

828


What are the types of assignment statements?

821


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

1018


What is pointer to pointer in c language?

789


What are valid operations on pointers?

930


What are the features of the c language?

840


What is modifier & how many types of modifiers available in c?

805


How can I direct output to the printer?

1056


What is the purpose of realloc()?

873


Why do we use stdio h and conio h?

841


write a program for the normal snake games find in most of the mobiles.

2010