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
Do pointers store the address of value or the actual value of a variable?
Write the syntax and purpose of a switch statement in C.
What is function prototype in c language?
Why main is not a keyword in c?
What are pragmas and what are they good for?
Explain how can you determine the size of an allocated portion of memory?
Describe explain how arrays can be passed to a user defined function
What is modifier & how many types of modifiers available in c?
How can I implement sets or arrays of bits?
What are different types of operators?
What are the different categories of functions in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Can you please explain the difference between malloc() and calloc() function?
What are volatile variables in c?
What is a pragma?