main()
{
float a=3.2e40;
printf("%d",a);
}

Answer Posted / iftekhar

main()
{
int i=300*300/300;
printf("%d",i);
}

Is This Answer Correct ?    12 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1076


What does c mean before a date?

592


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

679


Does * p ++ increment p or what it points to?

618


What is a void pointer in c?

609






Explain what are its uses in c programming?

598


Can a program have two main functions?

572


What is the use of putchar function?

651


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1620


What is the explanation for modular programming?

687


Is sizeof a keyword in c?

584


What is && in c programming?

683


What does %p mean?

596


What are the disadvantages of a shell structure?

696


What is declaration and definition in c?

526