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 is const volatile variable in c?
How is a structure member accessed?
How can I ensure that integer arithmetic doesnt overflow?
What is console in c language?
What is a #include preprocessor?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Explain the difference between null pointer and void pointer.
What are the disadvantages of c language?
What is call by reference in functions?
Who invented b language?
Explain what is a program flowchart and explain how does it help in writing a program?
What are c preprocessors?
How can I sort a linked list?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What are bitwise shift operators in c programming?