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
What is static identifier?
What does %2f mean in c?
What does struct node * mean?
What is null in c?
What are the disadvantages of a shell structure?
Combinations of fibanocci prime series
Which is the best website to learn c programming?
Explain the difference between exit() and _exit() function?
What is pointer to pointer in c language?
What is strcpy() function?
Is there a way to jump out of a function or functions?
How many parameters should a function have?
Explain how do you view the path?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What language is c written?