main()
{
float a=3.2e40;
printf("%d",a);
}
Answer Posted / rajendra chouhan
0
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does %c mean in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is the stack in c?
What are the different types of control structures in programming?
What are the functions to open and close file in c language?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the difference between ++a and a++?
What is the difference between single charater constant and string constant?
What is table lookup in c?
What are the different types of pointers used in c language?
#include
What is a macro in c preprocessor?
What is string length in c?
What is quick sort in c?
What are global variables?