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 |
Explain pointer. What are function pointers in C?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
what is the program to display your name in any color?
Write the control statements in C language
Which is best linux os?
what is the role you expect in software industry?
Two's compliment of -5
What does char * * argv mean in c?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
Suggesting that there can be 62 seconds in a minute?