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
State the difference between realloc and free.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is the description for syntax errors?
What will the preprocessor do for a program?
What is main function in c?
Difference between strcpy() and memcpy() function?
What are local static variables?
What is bubble sort in c?
Why do we use pointer to pointer in c?
What is the default value of local and global variables in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
When should the const modifier be used?
Explain what is a program flowchart and explain how does it help in writing a program?
What is the g value paradox?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .