main()
{
float a=3.2e40;
printf("%d",a);
}

Answer Posted / shashikanth

0

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the general form of #line preprocessor?

568


What is use of pointer?

575


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

690


Write a program to know whether the input number is an armstrong number.

656


Why do we use return in c?

554






Explain what does a function declared as pascal do differently?

621


Write a progarm to find the length of string using switch case?

1591


What is structure and union in c?

580


What is the difference between text and binary i/o?

579


Explain goto?

701


Explain what is the benefit of using enum to declare a constant?

570


What is the use of pragma in embedded c?

583


please send me the code for multiplying sparse matrix using c

1706


What is nested structure with example?

609


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1552