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
Is it better to bitshift a value than to multiply by 2?
What is the ANSI C Standard?
What are the advantages of using linked list for tree construction?
What does the error message "DGROUP exceeds 64K" mean?
Why does this code crash?
Differentiate between the expression “++a” and “a++”?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What does 2n 4c mean?
Explain can static variables be declared in a header file?
What is a far pointer in c?
How are structure passing and returning implemented?
What are the advantages of Macro over function?
What is the c language function prototype?
Can you define which header file to include at compile time?
What are the different types of control structures in programming?