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

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

804


What is keyword in c?

582


What is #include stdio h?

669


What is the difference between array and structure in c?

559


What is a shell structure examples?

577






What is d scanf?

574


Can we compile a program without main() function?

617


string reverse using recursion

1796


When should I declare a function?

607


How will you delete a node in DLL?

670


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

639


What is meant by errors and debugging?

635


What is the best style for code layout in c?

618


What does the message "automatic aggregate intialization is an ansi feature" mean?

679


Difference between linking and loading?

681