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 |
How can you pass an array to a function by value?
write a programming in c language, 1 3 5 7 9 11
What are the advantages of external class?
Explain what are run-time errors?
what are the compilation steps? ( i want inside the compiler )
wap in c to accept n number display the highest and lowest value
How many types of sorting are there in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Can one function call another?
What is scanf () in c?