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 DO YOU HANDLE EXCEPTIONS IN C?
Hai what is the different types of versions and their differences
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Where are c variables stored in memory?
I have a varargs function which accepts a float parameter?
What is c language used for?
What is the difference between functions getch() and getche()?
How to define structures? ·
What are terms in math?
write a c program that prints all multiples of 3between 1 and 50.