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
What is a MAC Address?
Why do we use namespace feature?
What is the code in while loop that returns the output of given code?
Can we increase size of array in c?
What is the use of sizeof?
List the different types of c tokens?
How is pointer initialized in c?
What does 4d mean in c?
what is uses of .net
What is sizeof int in c?
what is bit rate & baud rate? plz give wave forms
What is the use of a conditional inclusion statement in C?
Differentiate between new and malloc(), delete and free() ?
provide an example of the Group by clause, when would you use this clause
How do you print an address?