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 / chavidi

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

Is This Answer Correct ?    25 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between #include

and #include “header file”?

1077


hi any body pls give me company name interview conduct "c" language only

2321


What is a pragma?

1175


What is the sizeof () a pointer?

1043


Explain spaghetti programming?

1313


Can you please explain the difference between syntax vs logical error?

1238


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

2055


What is difference between array and pointer in c?

1133


What is the use of linkage in c language?

1099


What are the applications of c language?

1121


Explain the use of keyword 'register' with respect to variables.

1093


Differentiate between #include<...> and #include '...'

1102


What is malloc() function?

1225


How to establish connection with oracle database software from c language?

2253


What do the functions atoi(), itoa() and gcvt() do?

1245