Answer Posted / greg
#include <math.h>
static void checkinfinit(double x)
{
if (isinf())
{
printf("Infinite\n");
}
}
int main(int argc, char **argv, char **envp)
{
checkinfinite(1.0);
}
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
In which language linux is written?
What is the difference between fread buffer() and fwrite buffer()?
Is c compiled or interpreted?
What is difference between class and structure?
Where static variables are stored in memory in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are header files in c programming?
shorting algorithmS
List a few unconditional control statement in c.
What is pointer to pointer in c?
What is the size of array float a(10)?
What is the use of ?: Operator?
What is data structure in c and its types?