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
What is double pointer?
When should you not use a type cast?
hi any body pls give me company name interview conduct "c" language only
Difference between malloc() and calloc() function?
What is a class c rental property?
How main function is called in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is the importance of c in your views?
Can we declare variable anywhere in c?
How many levels deep can include files be nested?
What is the condition that is applied with ?: Operator?
how to count no of words,characters,lines in a paragraph.
How do you define structure?
What 'lex' does?
What is #error and use of it?