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 happens if header file is included twice?

655


What is const volatile variable in c?

579


Can we access the array using a pointer in c language?

564


What is sizeof c?

609


What is difference between stdio h and conio h?

888






Why c is a mother language?

557


If you know then define #pragma?

676


Write a program to swap two numbers without using third variable?

816


What is malloc return c?

601


How does normalization of huge pointer works?

641


What is output redirection?

695


What standard functions are available to manipulate strings?

564


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

726


Write the syntax and purpose of a switch statement in C.

629


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1716