main()
{
float a=3.2e40;
printf("%d",a);
}
Answer Posted / vignesh1988i
as for as i know ,
here however 'a' is a float variable when it comes
to printf , the floating numbers will be truncated and it
outputs as 3
thank u
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
How many levels of indirection in pointers can you have in a single declaration?
What is ctrl c called?
What is keyword in c?
What is logical error?
What are the different types of C instructions?
What is this pointer in c plus plus?
write a program to find the given number is prime or not
Why c is faster than c++?
Differentiate abs() function from fabs() function.
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Explain what are global variables and explain how do you declare them?
Differentiate between ordinary variable and pointer in c.
diff between exptected result and requirement?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year