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
Explain what is the difference between #include and #include 'file' ?
What is the difference between struct and union in C?
What does c in a circle mean?
How can I list all of the predefined identifiers?
Explain modulus operator.
Which programming language is best for getting job 2020?
When can a far pointer be used?
How is actual parameter different from the formal parameter?
How can I call a function with an argument list built up at run time?
write an algorithm to display a square matrix.
What is use of #include in c?
When should you use a type cast?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
explain what is a newline escape sequence?
Can the sizeof operator be used to tell the size of an array passed to a function?