What is floating point exception error? And what are
different types of errors occur during compile time and run
time? why they occur?
Answer / 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 |
What are the back slash character constants or escape sequence charactersavailable in c?
What is the use of clrscr?
What is volatile c?
What is an object?
How can I convert a number to a string?
write a progam to compare the string using switch case?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What are the different types of control structures in programming?
what are the 10 different models of writing an addition program in C language?
Is null always defined as 0(zero)?
what is pointer
Why is c not oop?