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
Do you know null pointer?
What are variables and it what way is it different from constants?
how many errors in c explain deply
Can we change the value of #define in c?
all c language question
Explain what is a stream?
How can type-insensitive macros be created?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
simple program of graphics and their output display
What is the best way of making my program efficient?
I have seen function declarations that look like this
Explain how does flowchart help in writing a program?
When should you use a type cast?
Explain how can I convert a number to a string?
What is data structure in c and its types?