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 / shani jaiswal

main()
{
static int i=0;
printf("%d",i);
i++;
main();
return 0;
}

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by high-order and low-order bytes?

1100


Linked lists -- can you tell me how to check whether a linked list is circular?

1131


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

1228


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1291


Wt are the Buses in C Language

3262


What is the purpose of 'register' keyword?

1130


Write a program to swap two numbers without using third variable in c?

1178


Explain what is a const pointer?

1120


Why is c so popular?

1206


What is the most efficient way to count the number of bits which are set in an integer?

1116


What is "Duff's Device"?

1218


What is meant by inheritance?

1151


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2745


What is the advantage of c?

1200


What is function definition in c?

1116