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
Why c is called top down?
Explain c preprocessor?
how to find anagram without using string functions using only loops in c programming
Explain Basic concepts of C language?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
How can I discover how many arguments a function was actually called with?
Why are algorithms important in c program?
What is c token?
Explain can static variables be declared in a header file?
Can we change the value of static variable in c?
what is the significance of static storage class specifier?
Explain the process of converting a Tree into a Binary Tree.
Explain what are multibyte characters?
What are pointers? Why are they used?
Why array is used in c?