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 you know the purpose of 'register' keyword?
Process by which one bit pattern in to another by bit wise operation is?
What is the use of clrscr?
Is it acceptable to declare/define a variable in a c header?
What is identifiers in c with examples?
What are dangling pointers? How are dangling pointers different from memory leaks?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Why we use int main and void main?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is wrong with this statement? Myname = 'robin';
Why & is used in scanf in c?
What is ## preprocessor operator in c?
Explain what is a program flowchart and explain how does it help in writing a program?
Where in memory are my variables stored?
What does the format %10.2 mean when included in a printf statement?