Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a program for print infinite numbers

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


Please Help Members By Posting Answers For Below Questions

In which language linux is written?

1288


What is the difference between fread buffer() and fwrite buffer()?

1224


Is c compiled or interpreted?

1245


What is difference between class and structure?

1157


Where static variables are stored in memory in c?

1051


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

1904


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

2183


What does the characters “r” and “w” mean when writing programs that will make use of files?

1540


What are header files in c programming?

1180


shorting algorithmS

2312


List a few unconditional control statement in c.

1029


What is pointer to pointer in c?

1152


What is the size of array float a(10)?

1190


What is the use of ?: Operator?

1184


What is data structure in c and its types?

1113