main()
{
float a=3.2e40;
printf("%d",a);
}
Answer Posted / vinaykumar
it is not execute, bcz in the printf satement declared as
integer so answer is 0.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
How can you call a function, given its name as a string?
What does 3 periods mean in texting?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is %d called in c?
What is a string?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Write a program to print "hello world" without using a semicolon?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Where are the auto variables stored?
What does struct node * mean?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is wrong with this program statement?
What does int main () mean?
Difference between macros and inline functions? Can a function be forced as inline?