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 to print infinte number

Answer Posted / reshma

void main()
{
int i=0;
while(1)
{
printf("%d",&i);
i++;
}
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is = symbol different from == symbol in c programming?

1100


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

2203


What is a ternary operator in c?

1174


What does it mean when a pointer is used in an if statement?

1152


What is the best way to comment out a section of code that contains comments?

1386


What is a double c?

1035


Difference between malloc() and calloc() function?

1263


What is this pointer in c plus plus?

1138


please explain every phase in the "SDLC" in the dotnet.

2665


How do you search data in a data file using random access method?

1345


What are the 5 elements of structure?

1124


What is #include conio h?

1053


Do you know the difference between exit() and _exit() function in c?

1107


What is console in c language?

1139


Do array subscripts always start with zero?

1359