What is floating point exception error? And what are
different types of errors occur during compile time and run
time? why they occur?
Answer Posted / gsrinivas
if we declared a variable of type float and we use that or
we match that with other types then floating point
exception occcures.syntax errors because if the code or
structure of alanguge is not match with the author
specified rules and structures mismatch occures errors will
come.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which header file is essential for using strcmp function?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Write a program to check armstrong number in c?
What is a structure member in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the concatenation operator?
Why do we use pointer to pointer in c?
What is #line used for?
explain what is an endless loop?
Tell us two differences between new () and malloc ()?
What is array of structure in c?
Why does everyone say not to use scanf? What should I use instead?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is difference between stdio h and conio h?
Explain what is the benefit of using #define to declare a constant?